Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Sep 21, 2016
0 parents commit 68fdd6f
Show file tree
Hide file tree
Showing 33 changed files with 17,448 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xcuserdata/
Binary file added .screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright 2016 Deduktiva GmbH <http://deduktiva.com/>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
11 changes: 11 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :osx, '10.11'

target 'callme' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for callme
pod 'CocoaAsyncSocket'
end
14 changes: 14 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
PODS:
- CocoaAsyncSocket (7.5.0):
- CocoaAsyncSocket/GCD (= 7.5.0)
- CocoaAsyncSocket/GCD (7.5.0)

DEPENDENCIES:
- CocoaAsyncSocket

SPEC CHECKSUMS:
CocoaAsyncSocket: 3baeb1ddd969f81cf9fca81053ae49ef2d1cbbfa

PODFILE CHECKSUM: d0f6a644ec0ea30d11cac164f62da5770d22e72b

COCOAPODS: 1.0.1
110 changes: 110 additions & 0 deletions Pods/CocoaAsyncSocket/README.markdown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68fdd6f

Please sign in to comment.