[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / d / e / c / THTools / 1.0.0 / THTools.podspec.json
blob9f02e3c86b8a69d46400388ec1d33f1c116fbbb0
2   "name": "THTools",
3   "version": "1.0.0",
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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "frameworks": [
23         "UIKit",
24         "Foundation"
25       ],
26       "source_files": "THTools/**/*.{h,m}",
27       "exclude_files": "THTools/NaviBarTransition/*.{h,m}",
28       "dependencies": {
29         "Masonry": [
31         ],
32         "AFNetworking": [
33           "~> 4.0"
34         ]
35       },
36       "resource_bundles": {
37         "THResource": [
38           "THTools/Settings/THResource.bundle"
39         ]
40       }
41     },
42     {
43       "name": "NaviBarTransition",
44       "source_files": "THTools/NaviBarTransition/*.{h,m}",
45       "dependencies": {
46         "THTools/Core": [
48         ],
49         "RTRootNavigationController": [
51         ]
52       }
53     }
54   ]