Initial commit
parents
Showing
Podfile
0 → 100644
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
target 'UDPTest' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
pod 'CocoaAsyncSocket' | ||
# Pods for UDPTest | ||
target 'UDPTestTests' do | ||
inherit! :search_paths | ||
# Pods for testing | ||
end | ||
target 'UDPTestUITests' do | ||
# Pods for testing | ||
end | ||
end |
Podfile.lock
0 → 100644
Pods/CocoaAsyncSocket/LICENSE.txt
0 → 100644
Pods/CocoaAsyncSocket/README.markdown
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Pods/Manifest.lock
0 → 100644
Pods/Pods.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
UDPTest.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
File added
UDPTest.xcworkspace/contents.xcworkspacedata
0 → 100644
File added
UDPTest/AppDelegate.swift
0 → 100644
UDPTest/Assets.xcassets/Contents.json
0 → 100644
UDPTest/Base.lproj/LaunchScreen.storyboard
0 → 100644
UDPTest/Base.lproj/Main.storyboard
0 → 100644
UDPTest/Info.plist
0 → 100644
UDPTest/SceneDelegate.swift
0 → 100644
UDPTest/ViewController.swift
0 → 100644
UDPTestTests/Info.plist
0 → 100644
UDPTestTests/UDPTestTests.swift
0 → 100644
UDPTestUITests/Info.plist
0 → 100644
UDPTestUITests/UDPTestUITests.swift
0 → 100644
Please
register
or
sign in
to comment