mirror of
https://github.com/zhigang1992/Pick.git
synced 2026-05-22 22:19:19 +08:00
9 lines
251 B
Ruby
9 lines
251 B
Ruby
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
pod 'RxSwift', '~> 2.0.0-alpha'
|
|
pod 'RxCocoa', '~> 2.0.0-alpha'
|
|
pod 'RxBlocking', '~> 2.0.0-alpha'
|
|
|
|
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git', :branch => 'xcode7'
|
|
pod 'APAddressBook' |