[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / c / SUIMVVMNetwork / 0.0.3 / SUIMVVMNetwork.podspec.json
blobe99d25a1a2f1ecea3c91164fbbe67b15d134fba6
2   "name": "SUIMVVMNetwork",
3   "version": "0.0.3",
4   "summary": "SUIMVVMNetwork is a http request frameWork easy to develop iOS",
5   "homepage": "https://github.com/lovemo/SUIMVVMNetwork",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": "MIT",
10   "authors": {
11     "lovemo": "lovemomoyulin@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/lovemo/SUIMVVMNetwork.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "public_header_files": "SUIMVVMNetwork/**/*.h",
19   "source_files": "SUIMVVMNetwork/SMKNetworkPublic.h",
20   "frameworks": [
21     "CoreFoundation",
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "SUIMVVMNetwork",
28       "dependencies": {
29         "AFNetworking": [
30           ">= 3.0"
31         ],
32         "SUIMVVMStore": [
34         ]
35       },
36       "source_files": "SUIMVVMNetwork/SUIMVVMNetwork/**/*",
37       "public_header_files": "SUIMVVMNetwork/**/*.h"
38     }
39   ]