[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 5 / CKDownloadManager / 2.0.0 / CKDownloadManager.podspec.json
blob7c967ecc053325ffaba453375b9d41a15b85ae2b
2   "name": "CKDownloadManager",
3   "version": "2.0.0",
4   "summary": "A Download manager surport resum download. You only implement the delegate.It is simple to use.",
5   "description": "CKDownloadManager is a download framework.There are more features compare other download Framekwork.",
6   "homepage": "https://github.com/kaich/CKDownloadManager",
7   "license": "MIT",
8   "authors": {
9     "kaich": "chengkai1853@163.com"
10   },
11   "source": {
12     "git": "https://github.com/kaich/CKDownloadManager.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "CKDownloadManager": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "default_subspecs": [
25     "Core",
26     "DownloadViewController",
27     "Extension/ASIHTTPRequestAdaptor"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Pod/Classes/Core/*.{h,m}",
34         "Pod/Classes/Component/*.{h,m}"
35       ],
36       "libraries": "sqlite3.0",
37       "dependencies": {
38         "LKDBHelper": [
40         ],
41         "Reachability": [
43         ],
44         "DTAlertView": [
46         ]
47       }
48     },
49     {
50       "name": "DownloadViewController",
51       "source_files": [
52         "Pod/Classes/DownloadViewController/*.{h,m}",
53         "Pod/Classes/Util/*.{h,m}"
54       ],
55       "dependencies": {
56         "CKDownloadManager/Core": [
58         ],
59         "CKDownloadManager/Extension/FileModel": [
61         ],
62         "SDWebImage": [
64         ]
65       }
66     },
67     {
68       "name": "Extension",
69       "dependencies": {
70         "CKDownloadManager/Core": [
72         ]
73       },
74       "subspecs": [
75         {
76           "name": "ASIHTTPRequestAdaptor",
77           "source_files": "Pod/Classes/Extension/ASIHTTPRequestAdaptor/*.{h,m}",
78           "dependencies": {
79             "ASIHTTPRequest": [
81             ]
82           }
83         },
84         {
85           "name": "FileModel",
86           "source_files": "Pod/Classes/Extension/FileModel/*.{h,m}"
87         },
88         {
89           "name": "HTTPServer",
90           "source_files": "Pod/Classes/Extension/HTTPServer/*.{h,m}",
91           "dependencies": {
92             "CocoaHTTPServer": [
94             ]
95           }
96         },
97         {
98           "name": "Nearby",
99           "source_files": "Pod/Classes/Extension/Nearby/*.{h,m}",
100           "dependencies": {
101             "CKDownloadManager/Extension/FileModel": [
103             ],
104             "CocoaHTTPServer": [
106             ]
107           }
108         },
109         {
110           "name": "Others",
111           "source_files": "Pod/Classes/Extension/Others/*.{h,m}"
112         }
113       ]
114     }
115   ]