[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / CCToolKit / 0.0.7 / CCToolKit.podspec.json
blob785228a2ea528b79b5555cd10921f167292f7fde
2   "name": "CCToolKit",
3   "version": "0.0.7",
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.7"
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": "CCSoftwareInfo",
32       "source_files": "CCToolKit/CCSoftwareInfo/*.{h,m}"
33     },
34     {
35       "name": "CCCategory",
36       "source_files": "CCToolKit/CCCategory/*.{h,m}"
37     },
38     {
39       "name": "CCStorage",
40       "source_files": "CCToolKit/CCStorage/*.{h,m}"
41     }
42   ]