2016-03-15 20:16:08 +01:00

12 lines
261 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'NSString-Helper_Example' do
pod "NSString-Helper", :path => "../"
end
target 'NSString-Helper_Tests' do
pod "NSString-Helper", :path => "../"
pod 'FBSnapshotTestCase'
end