[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 2 / 6 / ZTBase / 0.1.2 / ZTBase.podspec.json
blob8e7c8b42ce30e5950d8ae9d33fed6aa3a1f323ca
2   "name": "ZTBase",
3   "version": "0.1.2",
4   "summary": "ZTBase is the basic framework of OC project",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CherishSmile/ZTBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZWL": "1332291552@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CherishSmile/ZTBase.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "ZTBase/Classes/ZTBase/**/*.{h,m}",
24     "ZTBase/Classes/Utilities/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "ZTBase/Classes/ZTBase/**/*.h",
28     "ZTBase/Classes/Utilities/**/*.h"
29   ],
30   "dependencies": {
31     "AFNetworking": [
33     ],
34     "MJRefresh": [
36     ],
37     "MJExtension": [
39     ],
40     "Masonry": [
42     ],
43     "IQKeyboardManager": [
45     ],
46     "SDWebImage": [
48     ],
49     "MBProgressHUD": [
51     ],
52     "KMNavigationBarTransition": [
54     ],
55     "DZNEmptyDataSet": [
57     ]
58   }