17 lines
289 B
Ruby
17 lines
289 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
use_frameworks!
|
|
|
|
platform :ios, '8.0'
|
|
|
|
target 'Locksmith', :exclusive => true do
|
|
pod "Locksmith", :path => "../"
|
|
end
|
|
|
|
target 'Tests', :exclusive => true do
|
|
pod "Locksmith", :path => "../"
|
|
|
|
pod 'Specta', '~> 0.2.1'
|
|
pod 'Expecta'
|
|
end
|