Files
ConnectionKit-mirror/Example/Podfile
2018-12-19 10:06:52 +02:00

10 lines
291 B
Ruby

use_frameworks!
target 'ConnectionKit_Tests' do
platform :ios, '8.0'
pod 'ConnectionKit', :path => '../'
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
pod 'CocoaAsyncSocket', :git => 'https://github.com/averello/CocoaAsyncSocket.git'
end