mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 22:47:31 +08:00
20 lines
320 B
Ruby
20 lines
320 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', '1.0'
|
|
pod 'AFImageDownloader', '1.0.0'
|
|
end
|
|
|
|
target "FRPTests" do
|
|
|
|
pod 'Specta', '~> 0.2.1'
|
|
pod 'Expecta', '~> 0.2'
|
|
pod 'OCMock', '~> 2.2.2'
|
|
|
|
end
|