mirror of
https://github.com/averello/ConnectionKit.git
synced 2026-03-03 18:24:03 +01:00
12 lines
512 B
Ruby
12 lines
512 B
Ruby
use_frameworks!
|
|
target 'ConnectionKit_Tests' do
|
|
platform :ios, '8.0'
|
|
pod 'ConnectionKit', :path => '../'
|
|
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git', :branch => 'feature/swift4'
|
|
pod 'ContentKit', :git => 'https://github.com/averello/ContentKit.git', :branch => 'feature/swift4'
|
|
pod 'Ents', :git => 'https://github.com/averello/Ents.git', :branch => 'feature/swift4'
|
|
pod 'CocoaAsyncSocket', :git => 'https://github.com/averello/CocoaAsyncSocket.git'
|
|
|
|
end
|