[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / e / QDKit / 0.1.2 / QDKit.podspec.json
blobef5e9c798854450440f78c220c735a284701e494
2   "name": "QDKit",
3   "version": "0.1.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "包含总线管理、router、单例管理、网络下载、主题配置的小工具箱",
9   "homepage": "https://github.com/droison/iOSCSKit",
10   "authors": {
11     "droison": "chaisong.cn@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/droison/iOSCSKit.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.1.0"
24     ],
25     "CSYYCache": [
26       "~> 11.0.1"
27     ]
28   },
29   "source_files": [
30     "QDKit/*.h",
31     "QDKit/Download/*.{h,m}",
32     "QDKit/Bus/*.{h,m}",
33     "QDKit/ServiceCenter/*.{h,m}",
34     "QDKit/Router/*.{h,m}",
35     "QDKit/Utils/*.{h,m}",
36     "QDKit/Themes/*.{h,m,mm}",
37     "QDKit/Themes/CSSParser/*.{h,m}",
38     "QDKit/Themes/ViewTheme/*.{h,m}",
39     "QDKit/Themes/ViewTheme/Private/*.{h,m}"
40   ]