[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 4 / MZTNetWorking / 1.0.4 / MZTNetWorking.podspec.json
blob8a3fa51f3ef28f79711702d6348cc3ed925fb191
2   "name": "MZTNetWorking",
3   "version": "1.0.4",
4   "summary": "基于afn的网络请求",
5   "description": "基于afn的网络请求组件",
6   "homepage": "https://github.com/Mozzat/MZTNetWorking",
7   "license": "MIT",
8   "authors": {
9     "Mozzat": "taogroups@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Mozzat/MZTNetWorking.git",
16     "tag": "1.0.4"
17   },
18   "source_files": [
19     "MZTNetWorking",
20     "MZTNetWorking/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "MZTNetWorking/**/*.h",
24   "dependencies": {
25     "ProgressHUD": [
27     ],
28     "AFNetworking": [
30     ]
31   }