[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / 9 / 0 / CCategory / 0.1.0 / CCategory.podspec.json
blobcf2f4b733cb5716c76fa93dc2ba02a540563719b
2   "name": "CCategory",
3   "version": "0.1.0",
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.0"
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   "resource_bundles": {
32     "Resources": "ACode/sdk_oauth.bundle"
33   },
34   "subspecs": [
35     {
36       "name": "Third",
37       "subspecs": [
38         {
39           "name": "MBProgressHUD",
40           "source_files": "ACode/Third/MBProgressHUD/*.{h,m}"
41         },
42         {
43           "name": "RealReachability",
44           "source_files": "ACode/Third/RealReachability/**/*.{h,m}"
45         },
46         {
47           "name": "WebViewJavascriptBridge",
48           "source_files": "ACode/Third/WebViewJavascriptBridge/**/*.{h,m}"
49         }
50       ]
51     },
52     {
53       "name": "Foundation",
54       "source_files": "ACode/Foundation/*.{h,m}",
55       "dependencies": {
56         "CCategory/Third": [
58         ]
59       }
60     },
61     {
62       "name": "UIKit",
63       "source_files": "ACode/UIKit/*.{h,m}"
64     },
65     {
66       "name": "WebKit",
67       "source_files": "ACode/WebKit/*.{h,m}"
68     },
69     {
70       "name": "Api",
71       "source_files": "ACode/Api/*.{h,m}",
72       "dependencies": {
73         "CCategory/Third": [
75         ],
76         "CCategory/UIKit": [
78         ],
79         "AFNetworking": [
81         ]
82       }
83     }
84   ]