mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 17:22:42 +08:00
14 lines
128 B
Ruby
14 lines
128 B
Ruby
platform :ios, "7.0"
|
|
|
|
target "FRP" do
|
|
|
|
pod 'ReactiveCocoa', '2.1'
|
|
pod '500px-iOS-api', '1.0.4'
|
|
|
|
end
|
|
|
|
target "FRPTests" do
|
|
|
|
end
|
|
|