[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 0 / 8 / f / TransnBase / 0.1.5 / TransnBase.podspec.json
blob7ac19553d8358921ea23c92be64928c29b91b67d
2   "name": "TransnBase",
3   "version": "0.1.5",
4   "summary": "A short description of TransnBase.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/huqigu/TransnBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huqigu": "huqigu@163.com"
13   },
14   "source": {
15     "git": "https://github.com/huqigu/TransnBase.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TransnBase/*.{h,m}",
22   "resources": "TransnBase/Assets/TransnBase.bundle",
23   "public_header_files": "Pod/**/*.h",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "MJExtension": [
27       "~>  3.3.0"
28     ],
29     "RTRootNavigationController": [
30       "~>  0.8.0"
31     ],
32     "Masonry": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Manager",
39       "source_files": "TransnBase/Manager/*.{h,m}",
40       "public_header_files": "TransnBase/Manager/*.h"
41     },
42     {
43       "name": "Net",
44       "source_files": "TransnBase/Net/*.{h,m}",
45       "public_header_files": "TransnBase/Net/*.h",
46       "dependencies": {
47         "TransnBase/Global": [
49         ]
50       }
51     },
52     {
53       "name": "Global",
54       "source_files": "TransnBase/Global/*.{h,m}",
55       "public_header_files": "TransnBase/Global/*.h"
56     }
57   ]