[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / a / QDownload / 1.0.1 / QDownload.podspec.json
blob8e5c4c3d1af4ed5777a97f1cbdd77d595bd8fcef
2   "name": "QDownload",
3   "version": "1.0.1",
4   "license": "MIT",
5   "authors": {
6     "QianChia": "jhqian0228@icloud.com"
7   },
8   "summary": "A simple encapsulation of files to download",
9   "homepage": "https://github.com/QianChia/QDownload",
10   "source": {
11     "git": "https://github.com/QianChia/QDownload.git",
12     "tag": "1.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "QDownload/QDownload.h",
19   "public_header_files": "QDownload/QDownload.h",
20   "subspecs": [
21     {
22       "name": "QReachability",
23       "source_files": "QDownload/QReachability/QReachability.{h,m}",
24       "subspecs": [
25         {
26           "name": "Reachability",
27           "source_files": "QDownload/QReachability/Reachability/Reachability.{h,m}"
28         }
29       ]
30     },
31     {
32       "name": "QWebImage",
33       "source_files": "QDownload/QWebImage/*.{h,m}"
34     },
35     {
36       "name": "QSessionDownloader",
37       "source_files": "QDownload/QSessionDownloader/*.{h,m}"
38     },
39     {
40       "name": "QAFNetworking",
41       "source_files": "QDownload/QAFNetworking/QAFNetworking.{h,m}",
42       "subspecs": [
43         {
44           "name": "AFNetworking",
45           "source_files": "QDownload/QAFNetworking/AFNetworking/*.{h,m}"
46         }
47       ]
48     }
49   ]