[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / d / TTToolKit / 0.1.5 / TTToolKit.podspec.json
blob36fce5b0b04afdd54b7e85593a72406e2ae8b079
2   "name": "TTToolKit",
3   "version": "0.1.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.1.5"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "TTToolKit/TTToolKit.h",
24   "public_header_files": "TTToolKit/TTToolKit.h",
25   "subspecs": [
26     {
27       "name": "UIKit",
28       "source_files": "TTToolKit/UIKit/*.{h,m}",
29       "public_header_files": "TTToolKit/UIKit/*.h"
30     },
31     {
32       "name": "Foundation",
33       "source_files": "TTToolKit/Foundation/*.{h,m}",
34       "public_header_files": "TTToolKit/Foundation/*.h"
35     },
36     {
37       "name": "Encryption",
38       "source_files": "TTToolKit/Encryption/*.{h,m}",
39       "public_header_files": "TTToolKit/Encryption/*.h"
40     },
41     {
42       "name": "App",
43       "source_files": "TTToolKit/App/*.{h,m}",
44       "public_header_files": "TTToolKit/App/*.h"
45     },
46     {
47       "name": "Cache",
48       "source_files": "TTToolKit/Cache/*.{h,m}",
49       "public_header_files": "TTToolKit/Cache/*.h",
50       "frameworks": "Security"
51     },
52     {
53       "name": "Macro",
54       "source_files": "TTToolKit/Macro/*.h",
55       "public_header_files": "TTToolKit/Macro/*.h"
56     },
57     {
58       "name": "MediaPlayer",
59       "source_files": "TTToolKit/MediaPlayer/*.{h,m}",
60       "public_header_files": "TTToolKit/MediaPlayer/*.h"
61     }
62   ]