Brokenithm-iOS/Podfile

12 lines
289 B
Plaintext
Raw Permalink Normal View History

2020-02-29 12:42:24 +08:00
# 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