[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 8 / f / TransnBase / 0.2.6 / TransnBase.podspec.json
blobb9f0496b6fee1af19dbae6f918bf3d29cabe198b
2   "name": "TransnBase",
3   "version": "0.2.6",
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.2.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TransnBase/Kit/*/*.{h,m}",
22   "resource_bundles": {
23     "TransnBase": [
24       "TransnBase/Assets/*.{xib,png,xcassets}"
25     ]
26   },
27   "public_header_files": "Pod/**/*.h",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "MJExtension": [
31       "~>  3.3.0"
32     ],
33     "RTRootNavigationController": [
34       "~>  0.8.0"
35     ],
36     "Masonry": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "TRPresentationController",
43       "source_files": "TransnBase/TRPresentationController/*.{h,m}",
44       "public_header_files": "TransnBase/TRPresentationController/*.h"
45     }
46   ]