[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 0 / CCategory / 0.2.1 / CCategory.podspec.json
blob43196ad14a58da3bf264403ccfc9a45ecf7cb0e9
2   "name": "CCategory",
3   "version": "0.2.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.2.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           "name": "AFNetworking",
49           "source_files": "ACode/Third/AFNetworking/**/*.{h,m}"
50         }
51       ]
52     },
53     {
54       "name": "Foundation",
55       "source_files": "ACode/Foundation/*.{h,m}",
56       "dependencies": {
57         "CCategory/Third": [
59         ]
60       }
61     },
62     {
63       "name": "UIKit",
64       "source_files": "ACode/UIKit/*.{h,m}"
65     },
66     {
67       "name": "WebKit",
68       "source_files": "ACode/WebKit/*.{h,m}"
69     },
70     {
71       "name": "Api",
72       "source_files": "ACode/Api/*.{h,m}",
73       "dependencies": {
74         "CCategory/Third": [
76         ],
77         "CCategory/UIKit": [
79         ]
80       }
81     }
82   ]