[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / d / TTToolKit / 0.0.3 / TTToolKit.podspec.json
blobaba79ad7e0f74d4ae60482259be9d7ad6373bd02
2   "name": "TTToolKit",
3   "version": "0.0.3",
4   "summary": "TTToolKit工具类",
5   "description": "An integrated, simple, independent, efficient, lightweight, and continuously updated image selects a third-party framework.",
6   "homepage": "https://github.com/TongFangyuan/TTTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tongfy": "573682532@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/TongFangyuan/TTTool.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "TTTool",
23     "TTTool/TTTool.h"
24   ],
25   "public_header_files": "TTTool/TTTool.h",
26   "subspecs": [
27     {
28       "name": "Macro",
29       "source_files": "TTTool/Macro/MacroHeader.h",
30       "public_header_files": "TTTool/Macro/MacroHeader.h"
31     },
32     {
33       "name": "Categories",
34       "source_files": "TTTool/Categories/TTCategoriesHeader.h",
35       "public_header_files": "TTTool/Categories/TTCategoriesHeader.h",
36       "subspecs": [
37         {
38           "name": "Foundation",
39           "source_files": "TTTool/Categories/Foundation/TTFoundation.h",
40           "public_header_files": "TTTool/Categories/Foundation/TTFoundation.h",
41           "subspecs": [
42             {
43               "name": "NSDate",
44               "source_files": "TTTool/Categories/Foundation/NSDate/*.h"
45             },
46             {
47               "name": "NSArray",
48               "source_files": "TTTool/Categories/Foundation/NSArray/*.h"
49             }
50           ]
51         }
52       ]
53     }
54   ]