[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / 0 / MMSNetworkManager / 0.0.1 / MMSNetworkManager.podspec.json
blobff5aedb5c17168558b1fa81c47178879883f1e5d
2   "name": "MMSNetworkManager",
3   "version": "0.0.1",
4   "summary": "使用Alamofire封裝網絡請求庫.",
5   "homepage": "https://gitee.com/wah_zi/MMSNetworkManager",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "wah": "money01314@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://gitee.com/wah_zi/MMSNetworkManager.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Sources/*",
21   "exclude_files": "Classes/Exclude",
22   "requires_arc": true,
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ]
27   }