12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
![]() |
# Uncomment the next line to define a global platform for your project
|
||
|
platform :ios, '8.0'
|
||
|
|
||
|
target 'Brokenithm-iOS' do
|
||
|
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||
|
# use_frameworks!
|
||
|
|
||
|
# Pods for Brokenithm-iOS
|
||
|
pod 'CocoaAsyncSocket'
|
||
|
|
||
|
end
|