[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / ZTBase / 0.1.33 / ZTBase.podspec.json
blob93970353cf3574ce51222b64b726a5193b2baf06
2   "name": "ZTBase",
3   "version": "0.1.33",
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     "ZWL": "1332291552@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/CherishSmile/ZTBase.git",
15     "tag": "0.1.33"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "ZTBase/**/*.{h,m}",
22   "public_header_files": "ZTBase/**/*.h",
23   "resource_bundles": {
24     "ZTBase": [
25       "ZTBase/**/*.{txt,png}"
26     ]
27   },
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "MJRefresh": [
34     ],
35     "MJExtension": [
37     ],
38     "Masonry": [
40     ],
41     "IQKeyboardManager": [
43     ],
44     "SDWebImage": [
46     ],
47     "MBProgressHUD": [
49     ],
50     "KMNavigationBarTransition": [
52     ],
53     "DZNEmptyDataSet": [
55     ]
56   }