[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 2 / d / TTToolKit / 0.2.0 / TTToolKit.podspec.json
blob11ff3ccff70cf4f78194735c54f4909aea98c888
2   "name": "TTToolKit",
3   "version": "0.2.0",
4   "summary": "A short description of TTToolKit.",
5   "description": "常用工具类整理",
6   "homepage": "https://github.com/TongFangyuan/TTTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "573682532@qq.com": "9019860+TongFangyuan@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/TongFangyuan/TTTool.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TTToolKit/Classes/**/*",
22   "resources": "TTToolKit/Assets/TTToolKit.bundle",
23   "dependencies": {
24     "TTCategories": [
25       "~> 0.0.1"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Encryption",
31       "source_files": "TTToolKit/Classes/Encryption/*.{h,m}",
32       "public_header_files": "TTToolKit/Classes/Encryption/*.h"
33     },
34     {
35       "name": "Helper",
36       "source_files": "TTToolKit/Classes/Helper/*.{h,m}",
37       "public_header_files": "TTToolKit/Classes/Helper/*.h"
38     },
39     {
40       "name": "Keychain",
41       "source_files": "TTToolKit/Classes/Keychain/*.{h,m}",
42       "public_header_files": "TTToolKit/Classes/Keychain/*.h"
43     },
44     {
45       "name": "Log",
46       "source_files": "TTToolKit/Classes/Log/*.{h,m}",
47       "public_header_files": "TTToolKit/Classes/Log/*.h"
48     },
49     {
50       "name": "UX",
51       "source_files": "TTToolKit/Classes/UX/*.{h,m}",
52       "public_header_files": "TTToolKit/Classes/UX/*.h"
53     }
54   ]