[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / ZTBase / 0.1.49 / ZTBase.podspec.json
blobce015a388607408fe659afa28f72f8b0cda6e70a
2   "name": "ZTBase",
3   "version": "0.1.49",
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.1.49"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "ZTBase": [
23       "ZTBase/**/*.{txt,png}"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "MJRefresh": [
32     ],
33     "MJExtension": [
35     ],
36     "Masonry": [
38     ],
39     "IQKeyboardManager": [
41     ],
42     "SDWebImage": [
44     ],
45     "MBProgressHUD": [
47     ],
48     "KMNavigationBarTransition": [
50     ],
51     "DZNEmptyDataSet": [
53     ]
54   },
55   "subspecs": [
56     {
57       "name": "Core",
58       "source_files": "ZTBase/Core/**/*.{h,m}",
59       "public_header_files": "ZTBase/Core/**/*.h"
60     },
61     {
62       "name": "Utilities",
63       "source_files": "ZTBase/Utilities/**/*.{h,m}",
64       "public_header_files": "ZTBase/Utilities/**/*.h",
65       "dependencies": {
66         "ZTBase/Core": [
68         ]
69       }
70     }
71   ]