[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 1 / NXDataController / 0.9.0 / NXDataController.podspec.json
blob008a52ed005207778fbf703f2e33872b95acbd5e
2   "name": "NXDataController",
3   "version": "0.9.0",
4   "summary": "A networking framework for MVVM in iOS",
5   "description": "一款符合MVVM模式的网络框架,通过混合AFNetworking和Mantle让你更方便的处理网络交互。",
6   "homepage": "https://github.com/tivon-lee/NXDataController",
7   "platforms": {
8     "ios": "7.0"
9   },
10   "license": "MIT",
11   "authors": {
12     "tivon.lee": "tivon.lee@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tivon-lee/NXDataController.git",
16     "tag": "0.9.0"
17   },
18   "source_files": [
19     "NXDataController*.{h,m}",
20     "NXDynamicDataController.{h,m}"
21   ],
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ],
26     "Mantle": [
27       "~> 2.0"
28     ],
29     "OHHTTPStubs": [
30       ">= 4.0"
31     ]
32   }