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