[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / 3 / a / GQDataController / 1.0 / GQDataController.podspec.json
blob214270200017558359ed90629b30da75dc673f08
2   "name": "GQDataController",
3   "version": "1.0",
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": "1.0"
17   },
18   "default_subspecs": "Default",
19   "subspecs": [
20     {
21       "name": "Default",
22       "dependencies": {
23         "AFNetworking": [
24           "~> 3.0"
25         ],
26         "OHHTTPStubs": [
28         ]
29       },
30       "source_files": [
31         "GQDataController/*.{h,m}",
32         "GQDataController/Adapter/GQDefaultAdapter.{h,m}"
33       ]
34     },
35     {
36       "name": "Mantle",
37       "dependencies": {
38         "Mantle": [
40         ],
41         "GQDataController/Default": [
43         ]
44       },
45       "source_files": "GQDataController/Adapter/GQMantleAdapter.{h,m}"
46     },
47     {
48       "name": "YYModel",
49       "dependencies": {
50         "YYModel": [
52         ],
53         "GQDataController/Default": [
55         ]
56       },
57       "source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
58     },
59     {
60       "name": "YYKit",
61       "dependencies": {
62         "YYKit": [
64         ],
65         "GQDataController/Default": [
67         ]
68       },
69       "source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
70     },
71     {
72       "name": "JSONModel",
73       "dependencies": {
74         "JSONModel": [
76         ],
77         "GQDataController/Default": [
79         ]
80       },
81       "source_files": "GQDataController/Adapter/GQJSONModelAdapter.{h,m}"
82     },
83     {
84       "name": "MJExtension",
85       "dependencies": {
86         "MJExtension": [
88         ],
89         "GQDataController/Default": [
91         ]
92       },
93       "source_files": "GQDataController/Adapter/GQMJExtensionAdapter.{h,m}"
94     }
95   ]