mirror of
https://github.com/averello/ConnectionKit.git
synced 2026-03-03 18:24:03 +01:00
14 lines
347 B
Ruby
14 lines
347 B
Ruby
use_frameworks!
|
|
pod 'ConnectionKit', :path => '../'
|
|
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
|
|
pod 'CocoaAsyncSocket', :git => 'https://github.com/averello/CocoaAsyncSocket.git'
|
|
|
|
target 'ConnectionKit_Tests' do
|
|
platform :ios, '8.0'
|
|
end
|
|
|
|
target 'ConnectionKitMac_Tests' do
|
|
platform :macos, '10.9'
|
|
end
|