Giuseppe Nucifora 200b31d0a0 - Upgrade Pod
- Add Phone Number validation
2016-01-20 13:35:33 +01:00

13 lines
262 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