[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / a / 0 / CCLCategories / 0.1.10 / CCLCategories.podspec.json
blob76cb802e49e2b1f57ba82a58f1932802b18383ab
2   "name": "CCLCategories",
3   "version": "0.1.10",
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   },
16   "requires_arc": true,
17   "static_framework": true,
18   "source": {
19     "git": "http://59.110.0.147:3000/CH168_IOS_APP_LIBRARY/CCLCategories.git",
20     "tag": "0.1.10"
21   },
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "CCLCategories/Foundation/*.{h,m}",
26       "public_header_files": "CCLCategories/Foundation/*.{h}"
27     },
28     {
29       "name": "UIKit",
30       "dependencies": {
31         "CCLCategories/CCLKit": [
33         ]
34       },
35       "source_files": "CCLCategories/UIKit/*.{h,m}",
36       "public_header_files": "CCLCategories/UIKit/*.{h}",
37       "subspecs": [
38         {
39           "name": "iOS",
40           "ios": {
41             "dependencies": {
42               "CCLCategories/CCLKit": [
44               ]
45             },
46             "source_files": "CCLCategories/UIKit/**/*.{h,m}",
47             "public_header_files": "CCLCategories/UIKit/**/*.{h}"
48           }
49         }
50       ]
51     },
52     {
53       "name": "CCLKit",
54       "ios": {
55         "frameworks": "AdSupport"
56       },
57       "dependencies": {
58         "CCLCategories/Foundation": [
60         ]
61       },
62       "source_files": "CCLCategories/CCLKit/*.{h,m}",
63       "public_header_files": "CCLCategories/CCLKit/*.{h}"
64     }
65   ]