[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / CCToolKit / 0.1.2 / CCToolKit.podspec.json
blob9ad5d069c3d7ce322120bfad858c3da42ebf209f
2   "name": "CCToolKit",
3   "version": "0.1.2",
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.2"
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": "CCXMLParser",
33       "source_files": "CCToolKit/CCXMLParser/*.{h,m}",
34       "public_header_files": "CCToolKit/CCXMLParser/*.h"
35     },
36     {
37       "name": "CCSoftwareInfo",
38       "source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
39     },
40     {
41       "name": "CCCategory",
42       "source_files": "CCToolKit/CCCategory/CCCategory.h",
43       "public_header_files": "CCToolKit/CCCategory/CCCategory.h",
44       "subspecs": [
45         {
46           "name": "FoundationCategory",
47           "source_files": "CCToolKit/CCCategory/Foundation+Utilities/*.{h,m}",
48           "dependencies": {
49             "CCToolKit/CCXMLParser": [
51             ]
52           }
53         },
54         {
55           "name": "UIKitCategory",
56           "source_files": "CCToolKit/CCCategory/UIKit+Utilities/*.{h,m}"
57         },
58         {
59           "name": "WebKitCategory",
60           "source_files": "CCToolKit/CCCategory/WebKit+Utilities/*.{h,m}",
61           "dependencies": {
62             "CCToolKit/CCCategory/FoundationCategory": [
64             ]
65           }
66         }
67       ]
68     },
69     {
70       "name": "CCStorage",
71       "source_files": "CCToolKit/CCStorage/*.{h,m}"
72     }
73   ]