[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 3 / a / GQDataController / 0.2 / GQDataController.podspec.json
blob6d95cb4c73d322daea0c2765a298b6d7194d1771
2   "name": "GQDataController",
3   "version": "0.2",
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.2"
17   },
18   "source_files": [
19     "GQDataController*.{h,m}",
20     "GQPagination.{h,m}"
21   ],
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.6.3"
25     ],
26     "Mantle": [
27       "~>1.5.6"
28     ],
29     "OHHTTPStubs": [
30       "~> 4.6.0"
31     ]
32   }