Files
2018-05-07 14:00:55 +03:00

12 lines
425 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 'ContentKit', :git => 'https://github.com/averello/ContentKit.git'
pod 'Ents', :git => 'https://github.com/averello/Ents.git'
pod 'CocoaAsyncSocket', :git => 'https://github.com/averello/CocoaAsyncSocket.git'
end