[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / 5 / c / 9 / CCocos / 0.1.3 / CCocos.podspec.json
bloba0a7903a291c481a08f9de321f54e86da83524d7
2   "name": "CCocos",
3   "version": "0.1.3",
4   "summary": "中国共产党万岁",
5   "description": "中国共产党始终代表中国先进生产力的发展要求\n中国共产党始终代表中国先进文化的前进方向\n中国共产党始终代表中国最广大人民的根本利益",
6   "homepage": "https://github.com/iOSzwj/CCocos",
7   "license": "MIT",
8   "authors": {
9     "hare27": "hare27@foxmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/iOSzwj/CCocos.git",
16     "tag": "0.1.3"
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": "FoundationCategory",
34       "source_files": "ACode/FoundationCategory/*.{h,m}"
35     },
36     {
37       "name": "UIKitCategory",
38       "source_files": "ACode/UIKitCategory/*.{h,m}"
39     },
40     {
41       "name": "WebKitCategory",
42       "source_files": "ACode/WebKitCategory/*.{h,m}"
43     },
44     {
45       "name": "CCKit",
46       "source_files": "ACode/CCKit/*.{h,m}"
47     },
48     {
49       "name": "MBProgressHUD",
50       "source_files": "ACode/MBProgressHUD/*.{h,m}",
51       "dependencies": {
52         "MBProgressHUD": [
54         ]
55       },
56       "resources": "ACode/MBProgressHUD/MBProgressHUD_CCocos.bundle"
57     }
58   ]