2016-01-16 16:07:00 +01:00

16 lines
393 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'StrongestPasswordValidator_Example', :exclusive => true do
pod "StrongestPasswordValidator", :path => "../"
end
target 'StrongestPasswordValidator_Tests', :exclusive => true do
pod "StrongestPasswordValidator", :path => "../"
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end