[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / f / 9 / NetworkSDK / 0.1.8 / NetworkSDK.podspec.json
bloba03375026f666a6523e38be8b8d44d7d7a3fc223
2   "name": "NetworkSDK",
3   "version": "0.1.8",
4   "summary": "Network with object mapping and request queue.",
5   "description": "Network with object mapping and muti task queue.",
6   "homepage": "https://github.com/WildDylan/NetworkSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dylan": "dylan@china.com"
13   },
14   "source": {
15     "git": "https://github.com/WildDylan/NetworkSDK.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NetworkSDK/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "ObjectMapper": [
28       "~> 2.2.1"
29     ],
30     "Alamofire": [
31       "~> 4.1.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"