ably-cocoa/Examples/Tests/Podfile

14 lines
122 B
Ruby

platform :ios, '10.0'
use_frameworks!
pod 'Ably', :path => '../..'
target 'Tests' do
end
target 'TestsTests' do
end