[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / CCToolKit / 0.0.8 / CCToolKit.podspec.json
blob21a60c848411bd834a326d0a93769a27e965f948
2   "name": "CCToolKit",
3   "version": "0.0.8",
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.0.8"
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/*.{h,m}",
42       "dependencies": {
43         "CCToolKit/CCXMLParser": [
45         ]
46       }
47     },
48     {
49       "name": "CCStorage",
50       "source_files": "CCToolKit/CCStorage/*.{h,m}"
51     }
52   ]