[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 0 / CNNCommonResource / 0.1.35 / CNNCommonResource.podspec.json
blob8abe45037cbb2efda36fa80d6e93fa1c77f24253
2   "name": "CNNCommonResource",
3   "version": "0.1.35",
4   "summary": "CNNCommonResource",
5   "description": "CNNCommonResource privode common resource to other compents",
6   "homepage": "http://git.souche.com/cheniuniu/cheniu_common_resource",
7   "license": "MIT",
8   "authors": {
9     "EscapedDog": "snowmoonking@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "git@git.souche.com:cheniuniu/cheniu_common_resource.git",
16     "tag": "0.1.35"
17   },
18   "source_files": "CNNCommonResource/*.{h,m}",
19   "prepare_command": "ruby CNNCommonResource/resources.rb",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "CNNCommonResource/*.{h,m}"
25     },
26     {
27       "name": "Common",
28       "dependencies": {
29         "CNNCommonResource/Core": [
31         ]
32       },
33       "resources": "CNNCommonResource/Common.xcassets"
34     },
35     {
36       "name": "Navigation",
37       "dependencies": {
38         "CNNCommonResource/Core": [
40         ]
41       },
42       "resources": "CNNCommonResource/Navigation.xcassets"
43     },
44     {
45       "name": "Tabbar",
46       "dependencies": {
47         "CNNCommonResource/Core": [
49         ]
50       },
51       "resources": "CNNCommonResource/Tabbar.xcassets"
52     },
53     {
54       "name": "Empty",
55       "resources": "CNNCommonResource/Empty.xcassets"
56     }
57   ]