[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 8 / 3 / a / GQDataController / 1.2 / GQDataController.podspec.json
blobd872e2dd3b3452ee343d6af971c372e37d28e8e6
2   "name": "GQDataController",
3   "version": "1.2",
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.2"
17   },
18   "default_subspecs": "Default",
19   "subspecs": [
20     {
21       "name": "Default",
22       "libraries": "sqlite3",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 3.0"
26         ]
27       },
28       "source_files": [
29         "GQDataController/*.{h,m}",
30         "GQDataController/Adapter/GQDefaultAdapter.{h,m}"
31       ]
32     },
33     {
34       "name": "Mantle",
35       "dependencies": {
36         "Mantle": [
38         ],
39         "GQDataController/Default": [
41         ]
42       },
43       "source_files": "GQDataController/Adapter/GQMantleAdapter.{h,m}"
44     },
45     {
46       "name": "YYModel",
47       "dependencies": {
48         "YYModel": [
50         ],
51         "GQDataController/Default": [
53         ]
54       },
55       "source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
56     },
57     {
58       "name": "YYKit",
59       "dependencies": {
60         "YYKit": [
62         ],
63         "GQDataController/Default": [
65         ]
66       },
67       "source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
68     },
69     {
70       "name": "JSONModel",
71       "dependencies": {
72         "JSONModel": [
74         ],
75         "GQDataController/Default": [
77         ]
78       },
79       "source_files": "GQDataController/Adapter/GQJSONModelAdapter.{h,m}"
80     },
81     {
82       "name": "MJExtension",
83       "dependencies": {
84         "MJExtension": [
86         ],
87         "GQDataController/Default": [
89         ]
90       },
91       "source_files": "GQDataController/Adapter/GQMJExtensionAdapter.{h,m}"
92     }
93   ]