2016-02-24 15:45:24 +01:00

13 lines
252 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'PNXMPPFramework_Example' do
pod 'PNXMPPFramework', :path => '../'
end
target 'PNXMPPFramework_Tests' do
pod 'PNXMPPFramework', :path => '../'
pod 'FBSnapshotTestCase'
end