blob: 92ebd46dca79d82ec981bd9c821c986148bd47c3 [file] [log] [blame] [edit]
source 'https://github.com/CocoaPods/Specs.git'
workspace 'Courier'
xcodeproj 'Courier'
def common_pods
pod 'Reachability', '3.2'
end
target :Courier do
link_with 'Courier'
common_pods
end
target :CourierTests do
link_with 'CourierTests'
common_pods
pod 'OHHTTPStubs', '3.1.11'
pod 'OCMock', '3.1.2'
end