[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / d / e / c / THTools / 0.0.1 / THTools.podspec.json
blobef73dc79d7aa01fa0c640d0a3efbf465913adaea
2   "name": "THTools",
3   "version": "0.0.1",
4   "summary": "OC常用工具",
5   "description": "一些开发中常用的工具类",
6   "homepage": "https://github.com/tuhaoGavin/THTools",
7   "license": "MIT",
8   "authors": {
9     "涂浩": "474655014@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/tuhaoGavin/THTools.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": "THTools/*",
19   "subspecs": [
20     {
21       "name": "Base",
22       "source_files": "THTools/Base/*"
23     },
24     {
25       "name": "Category",
26       "source_files": "THTools/Category/**/*"
27     },
28     {
29       "name": "Macro",
30       "source_files": "THTools/Macro/*.{h}"
31     },
32     {
33       "name": "Networking",
34       "source_files": "THTools/Networking/*.{h,m}",
35       "dependencies": {
36         "AFNetworking": [
37           "~> 4.0"
38         ]
39       }
40     },
41     {
42       "name": "Notification",
43       "source_files": "THTools/Notification/*.{h,m}"
44     },
45     {
46       "name": "Utilities",
47       "source_files": "THTools/Utilities/*.{h,m}"
48     },
49     {
50       "name": "Settings",
51       "source_files": [
52         "THTools/Settings/*.{h,m}",
53         "THTools/Category/**/*"
54       ],
55       "resources": "THTools/Settings/Resource.bundle",
56       "dependencies": {
57         "Masonry": [
59         ]
60       }
61     }
62   ]