[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 3 / DownloadSDK / 1.0.0 / DownloadSDK.podspec.json
bloba068e77e400c309cbe16c54fed46a84a9ffeb995
2   "name": "DownloadSDK",
3   "version": "1.0.0",
4   "summary": "采用OC语言,使用NSURLSeesion实现网络数据下载,具体调用请查看库文件。",
5   "homepage": "https://github.com/gitliubo/DownloadSDK",
6   "license": "MIT",
7   "authors": {
8     "Yesky": "nevergiveupliubo@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/gitliubo/DownloadSDK.git",
15     "branch": "master",
16     "tag": "1.0.0"
17   },
18   "requires_arc": true,
19   "source_files": "DownloadSDK/**/*.{h,m}",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ]