[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / b / TT_Tool / 0.0.1 / TT_Tool.podspec.json
blobe181ac678a814d5ea27d4fb1843865843e1e1be6
2   "name": "TT_Tool",
3   "version": "0.0.1",
4   "summary": "一些通用的工具 和 UI",
5   "description": "TODO: TT_CommentKit 适用用于现有框架的通用视图规范\n      TT_CommentTool 动画 和 通用工具",
6   "homepage": "https://github.com/593886467/TT_Tool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fantengteng": "593886467@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/593886467/TT_Tool.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TT_CommentKit",
25       "source_files": "TT_Tool/Classes/TT_CommentKit/**/*",
26       "dependencies": {
27         "TT_Tool/TT_CommnetMaco": [
29         ],
30         "TT_Tool/TT_CommentNetWork": [
32         ],
33         "TT_Tool/TT_CommentCat": [
35         ],
36         "TT_Tool/TT_CommentTool": [
38         ],
39         "MJRefresh": [
41         ]
42       }
43     },
44     {
45       "name": "TT_CommentTool",
46       "source_files": "TT_Tool/Classes/TT_CommentTool/**/*",
47       "dependencies": {
48         "TT_Tool/TT_CommnetMaco": [
50         ],
51         "TT_Tool/TT_CommentNetWork": [
53         ],
54         "TT_Tool/TT_CommentCat": [
56         ],
57         "MBProgressHUD": [
59         ]
60       }
61     },
62     {
63       "name": "TT_CommentCat",
64       "source_files": "TT_Tool/Classes/TT_CommentCat/**/*",
65       "dependencies": {
66         "YYCategories": [
68         ]
69       }
70     },
71     {
72       "name": "TT_CommentNetWork",
73       "source_files": "TT_Tool/Classes/TT_CommentNetWork/**/*",
74       "dependencies": {
75         "YTKNetwork": [
77         ]
78       }
79     },
80     {
81       "name": "TT_CommnetMaco",
82       "source_files": "TT_Tool/Classes/TT_CommnetMaco/**/*"
83     }
84   ]