[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / CCToolKit / 0.1.13 / CCToolKit.podspec.json
blobe98eb0a96cb1c327e94aee19ca65121cbf275172
2   "name": "CCToolKit",
3   "version": "0.1.13",
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.13"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreTelephony",
26     "WebKit"
27   ],
28   "source_files": "CCToolKit/CCToolKit.h",
29   "public_header_files": "CCToolKit/CCToolKit.h",
30   "subspecs": [
31     {
32       "name": "CCCategory",
33       "source_files": "CCToolKit/CCCategory/CCCategory.h",
34       "public_header_files": "CCToolKit/CCCategory/CCCategory.h",
35       "subspecs": [
36         {
37           "name": "FoundationCategory",
38           "source_files": "CCToolKit/CCCategory/Foundation+Utilities/*.{h,m}",
39           "dependencies": {
40             "CCToolKit/CCXMLParser": [
42             ]
43           }
44         },
45         {
46           "name": "UIKitCategory",
47           "source_files": "CCToolKit/CCCategory/UIKit+Utilities/*.{h,m}"
48         },
49         {
50           "name": "WebKitCategory",
51           "source_files": "CCToolKit/CCCategory/WebKit+Utilities/*.{h,m}",
52           "dependencies": {
53             "CCToolKit/CCCategory/FoundationCategory": [
55             ]
56           }
57         }
58       ]
59     },
60     {
61       "name": "CCXMLParser",
62       "source_files": "CCToolKit/CCXMLParser/*.{h,m}",
63       "public_header_files": "CCToolKit/CCXMLParser/*.h"
64     },
65     {
66       "name": "CCSoftwareInfo",
67       "source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
68     },
69     {
70       "name": "CCStorage",
71       "source_files": "CCToolKit/CCStorage/*.{h,m}"
72     },
73     {
74       "name": "CCStorage",
75       "source_files": "CCToolKit/CCStorage/*.{h,m}"
76     },
77     {
78       "name": "CCNumberKeyboard",
79       "source_files": "CCToolKit/CCNumberKeyboard/*.{h,m}",
80       "resources": "CCToolKit/CCNumberKeyboard/Images/*.png",
81       "frameworks": "QuartzCore"
82     }
83   ]