[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 9 / 0 / CCategory / 0.1.1 / CCategory.podspec.json
blobc2526c0bf9d10e662ddcafcf9129503c3bb865a0
2   "name": "CCategory",
3   "version": "0.1.1",
4   "summary": "中国共产党万岁",
5   "description": "中国共产党始终代表中国先进生产力的发展要求\n中国共产党始终代表中国先进文化的前进方向\n中国共产党始终代表中国最广大人民的根本利益",
6   "homepage": "https://github.com/iOSzwj/CCategory",
7   "license": "MIT",
8   "authors": {
9     "hare27": "hare27@foxmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/iOSzwj/CCategory.git",
16     "tag": "0.1.1"
17   },
18   "source_files": [
19     "Code",
20     "ACode/*.h"
21   ],
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "Third",
34       "subspecs": [
35         {
36           "name": "MBProgressHUD",
37           "source_files": "ACode/Third/MBProgressHUD/*.{h,m}"
38         },
39         {
40           "name": "RealReachability",
41           "source_files": "ACode/Third/RealReachability/**/*.{h,m}"
42         },
43         {
44           "name": "WebViewJavascriptBridge",
45           "source_files": "ACode/Third/WebViewJavascriptBridge/**/*.{h,m}"
46         }
47       ]
48     },
49     {
50       "name": "Foundation",
51       "source_files": "ACode/Foundation/*.{h,m}",
52       "dependencies": {
53         "CCategory/Third": [
55         ]
56       }
57     },
58     {
59       "name": "UIKit",
60       "source_files": "ACode/UIKit/*.{h,m}"
61     },
62     {
63       "name": "WebKit",
64       "source_files": "ACode/WebKit/*.{h,m}"
65     },
66     {
67       "name": "Api",
68       "source_files": "ACode/Api/*.{h,m}",
69       "dependencies": {
70         "CCategory/Third": [
72         ],
73         "CCategory/UIKit": [
75         ],
76         "AFNetworking": [
78         ]
79       }
80     }
81   ]