[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / 8 / f / TransnBase / 0.1.3 / TransnBase.podspec.json
blobeeccd241273593133c99a7902eda8822654c5b42
2   "name": "TransnBase",
3   "version": "0.1.3",
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.3"
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": "Agent",
39       "source_files": "TransnBase/Agent/*.{h,m}",
40       "public_header_files": "TransnBase/Agent/*.h"
41     }
42   ]