Files
FunctionalReactivePixels/Podfile
Ash Furrow c7319cab52 fixed typo.
2013-10-25 15:16:17 -04:00

23 lines
407 B
Ruby

platform :ios, "7.0"
target "FRP" do
pod 'ReactiveCocoa', '2.1.4'
pod 'ReactiveViewModel', '0.1.1'
pod 'libextobjc', '0.3'
pod '500px-iOS-api', '1.0.5'
pod 'SVProgressHUD', '0.9'
end
target "FRPTests" do
pod 'ReactiveCocoa', '2.1.4'
pod 'ReactiveViewModel', '0.1.1'
pod 'libextobjc', '0.3'
pod '500px-iOS-api', '1.0.5'
pod 'Specta', '~> 0.1.11'
pod 'Expecta', '~> 0.2'
pod 'OCMock', '~> 2.0.1'
end