[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / d / TTToolKit / 0.0.5 / TTToolKit.podspec.json
blob78d4d4368da90615477c8f6910c695ffcecae064
2   "name": "TTToolKit",
3   "version": "0.0.5",
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.5"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "source_files": "TTTool/TTTool.h",
24   "public_header_files": "TTTool/TTTool.h",
25   "subspecs": [
26     {
27       "name": "Macro",
28       "source_files": "TTTool/Macro/*",
29       "public_header_files": "TTTool/Macro/MacroHeader.h"
30     },
31     {
32       "name": "Helper",
33       "source_files": "TTTool/Helper/*",
34       "public_header_files": "TTTool/Helper/TTHelper.h"
35     },
36     {
37       "name": "Categories",
38       "source_files": [
39         "TTTool/Categories/*",
40         "TTTool/Categories/*/*"
41       ],
42       "public_header_files": "TTTool/Categories/TTCategoriesHeader.h"
43     }
44   ]