mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-06-11 07:43:49 +08:00
6 lines
232 B
Ruby
6 lines
232 B
Ruby
platform :ios
|
|
dependency 'SSZipArchive', '>= 1'
|
|
dependency 'ASIHTTPRequest', '~> 1.8.0'
|
|
dependency 'Reachability' # part of ASIHTTPRequest
|
|
dependency 'ASIWebPageRequest', '< 1.8.2' # part of ASIHTTPRequest
|