[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / 3 / a / GQDataController / 0.0.3 / GQDataController.podspec.json
blobc316f9f79ca4f07adecba4af0d875cc3e0b1cc40
2   "name": "GQDataController",
3   "version": "0.0.3",
4   "summary": "结合AFNetworking和Mantle的接口请求封装",
5   "description": "封装AFNetworking和Mantle的MVVM实\n通过GQDataController进行视图的属性绑定",
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.0.3"
17   },
18   "source_files": "GQDataController*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.5.4"
22     ],
23     "Mantle": [
24       "~>1.5.4"
25     ]
26   }