[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 8 / 3 / a / GQDataController / 0.3.1 / GQDataController.podspec.json
blobab1d55375a430df9f738336cbb175d14a216ffd8
2   "name": "GQDataController",
3   "version": "0.3.1",
4   "summary": "A networking framework for MVVM in iOS",
5   "description": "一款符合MVVM模式的网络框架,通过混合AFNetworking和Mantle让你更方便的处理网络交互。",
6   "homepage": "https://github.com/gonefish/GQDataController",
7   "platforms": {
8     "ios": "7.0"
9   },
10   "license": "MIT",
11   "authors": {
12     "Qian GuoQiang": "gonefish@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gonefish/GQDataController.git",
16     "tag": "0.3.1"
17   },
18   "source_files": "GQDataController*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.6.3"
22     ],
23     "Mantle": [
24       "~>1.5.7"
25     ],
26     "OHHTTPStubs": [
27       "~> 4.7.1"
28     ]
29   }