[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / b / XZYTools / 0.1.3 / XZYTools.podspec.json
blobef630128ed11f520c174e95f4df4fd607302c650
2   "name": "XZYTools",
3   "version": "0.1.3",
4   "summary": "XZY的工具类库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/yubilai/xzytools.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XZY008": "yubilai@ponted.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yubilai/xzytools.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "YTKNetwork": [
23       "~> 2.1.4"
24     ],
25     "CTMediator": [
26       "~> 46"
27     ],
28     "MJRefresh": [
29       "~> 3.5.0"
30     ]
31   },
32   "public_header_files": "XZYTools/Classes/XZYTools.h",
33   "source_files": "XZYTools/Classes/XZYTools.h",
34   "subspecs": [
35     {
36       "name": "Classes",
37       "subspecs": [
38         {
39           "name": "Macro",
40           "source_files": "XZYTools/Classes/Macro/*.{h}"
41         },
42         {
43           "name": "BaseUI",
44           "source_files": "XZYTools/Classes/Libs/BaseUI/*.{h,m}",
45           "dependencies": {
46             "XZYTools/Classes/Macro": [
48             ]
49           }
50         }
51       ]
52     }
53   ]