[Add] BaxSDK 0.0.2
[CocoaPods.git] / Specs / 6 / 5 / f / CCToolKit / 0.1.0 / CCToolKit.podspec.json
blobbfca5e6a2f784a678d272bdb29a5b967d7ebf387
2   "name": "CCToolKit",
3   "version": "0.1.0",
4   "summary": "Custom Category used on iOS.",
5   "description": "Custom Category used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/lgc107/CCToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harry_L": "15645969688@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lgc107/CCToolKit.git",
19     "tag": "0.1.0"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreTelephony"
26   ],
27   "source_files": "CCToolKit/CCToolKit.h",
28   "public_header_files": "CCToolKit/CCToolKit.h",
29   "subspecs": [
30     {
31       "name": "CCXMLParser",
32       "source_files": "CCToolKit/CCXMLParser/*.{h,m}",
33       "public_header_files": "CCToolKit/CCXMLParser/*.h"
34     },
35     {
36       "name": "CCSoftwareInfo",
37       "source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
38     },
39     {
40       "name": "CCCategory",
41       "source_files": "CCToolKit/CCCategory/CCCategory.h",
42       "public_header_files": "CCToolKit/CCCategory/CCCategory.h",
43       "subspecs": [
44         {
45           "name": "Foundation",
46           "source_files": "CCToolKit/CCCategory/Foundation+Utilities/*.{h,m}",
47           "dependencies": {
48             "CCToolKit/CCXMLParser": [
50             ]
51           }
52         },
53         {
54           "name": "UIKit",
55           "source_files": "CCToolKit/CCCategory/UIKit+Utilities/*.{h,m}"
56         }
57       ]
58     },
59     {
60       "name": "CCStorage",
61       "source_files": "CCToolKit/CCStorage/*.{h,m}"
62     }
63   ]