[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / ZTBase / 0.4.3 / ZTBase.podspec.json
blob7d8fb256a5a886261bb7713f6586d39ecbedaaec
2   "name": "ZTBase",
3   "version": "0.4.3",
4   "summary": "ZTBase is the basic framework of OC project.",
5   "homepage": "https://github.com/CherishSmile/ZTBase",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CherishSmile": "misteralvin@yeah.net"
12   },
13   "source": {
14     "git": "https://github.com/CherishSmile/ZTBase.git",
15     "tag": "0.4.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "ZTBase": [
23       "ZTBase/**/*.{png,caf}"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "MJRefresh": [
32     ],
33     "MJExtension": [
35     ],
36     "Masonry": [
38     ],
39     "IQKeyboardManager": [
41     ],
42     "SDWebImage": [
44     ],
45     "SDAutoLayout": [
47     ],
48     "MBProgressHUD": [
50     ],
51     "KMNavigationBarTransition": [
53     ],
54     "DZNEmptyDataSet": [
56     ]
57   },
58   "subspecs": [
59     {
60       "name": "Core",
61       "source_files": "ZTBase/Core/**/*.{h,m}",
62       "public_header_files": "ZTBase/Core/**/*.h"
63     },
64     {
65       "name": "Utilities",
66       "source_files": "ZTBase/Utilities/**/*.{h,m}",
67       "public_header_files": "ZTBase/Utilities/**/*.h",
68       "dependencies": {
69         "ZTBase/Core": [
71         ]
72       }
73     }
74   ]