[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / a / 0 / CCLCategories / 0.1.9 / CCLCategories.podspec.json
blob7b5ee248e3e1559956f0e410f351eeb241ad14b6
2   "name": "CCLCategories",
3   "version": "0.1.9",
4   "summary": "the base service for chehang168 iOS project",
5   "authors": {
6     "Rogers": "http://www.chehang168.com/"
7   },
8   "license": {
9     "type": "GPL",
10     "file": "LICENSE"
11   },
12   "homepage": "http://www.chehang168.com/",
13   "platforms": {
14     "ios": "9.0",
15     "watchos": "3.0"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "source": {
20     "git": "http://59.110.0.147:3000/CH168_IOS_APP_LIBRARY/CCLCategories.git",
21     "tag": "0.1.9"
22   },
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "CCLCategories/Foundation/*.{h,m}",
27       "public_header_files": "CCLCategories/Foundation/*.{h}"
28     },
29     {
30       "name": "UIKit",
31       "dependencies": {
32         "CCLCategories/CCLKit": [
34         ]
35       },
36       "source_files": "CCLCategories/UIKit/*.{h,m}",
37       "public_header_files": "CCLCategories/UIKit/*.{h}",
38       "subspecs": [
39         {
40           "name": "iOS",
41           "ios": {
42             "dependencies": {
43               "CCLCategories/CCLKit": [
45               ]
46             },
47             "source_files": "CCLCategories/UIKit/**/*.{h,m}",
48             "public_header_files": "CCLCategories/UIKit/**/*.{h}"
49           }
50         }
51       ]
52     },
53     {
54       "name": "CCLKit",
55       "ios": {
56         "frameworks": "AdSupport"
57       },
58       "dependencies": {
59         "CCLCategories/Foundation": [
61         ]
62       },
63       "source_files": "CCLCategories/CCLKit/*.{h,m}",
64       "public_header_files": "CCLCategories/CCLKit/*.{h}"
65     }
66   ]