Files
FunctionalReactivePixels/Podfile
2013-10-13 15:03:08 -04:00

15 lines
152 B
Ruby

platform :ios, "7.0"
target "FRP" do
pod 'ReactiveCocoa', '2.1'
pod 'libextobjc', '0.3'
pod '500px-iOS-api', '1.0.4'
end
target "FRPTests" do
end