[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / 6 / CarsmartDownloadKit / 1.1.0 / CarsmartDownloadKit.podspec.json
blob9701d47936fbaae41df422fe77c5f7b7cca8bcec
2   "name": "CarsmartDownloadKit",
3   "version": "1.1.0",
4   "summary": "断点续传下载",
5   "homepage": "https://github.com/twinttor/CarsmartDownloadKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "authors": {
14     "twinttor": "ardor_zsl@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/twinttor/CarsmartDownloadKit.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "CarsmartDownloadKit/*.{h,m}",
22     "CarsmartDownloadKit/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "ios": {
26     "frameworks": "Foundation"
27   },
28   "dependencies": {
29     "AFNetworking": [
31     ]
32   }