16 lines
393 B
Ruby
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
|