Files
FunctionalReactivePixels/Podfile
2013-10-21 11:40:29 -04:00

16 lines
181 B
Ruby

platform :ios, "7.0"
target "FRP" do
pod 'ReactiveCocoa', '2.1.3'
pod 'libextobjc', '0.3'
pod '500px-iOS-api', '1.0.5'
pod 'SVProgressHUD', '0.9'
end
target "FRPTests" do
end