[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 2 / WQFramework / 0.1.0 / WQFramework.podspec.json
blob79917e5c23f179cf7ff70b67ea8149b1ff4fbbb3
2   "name": "WQFramework",
3   "version": "0.1.0",
4   "summary": "ios develop framework.",
5   "description": "WQFramework is an ios develop framework.",
6   "homepage": "https://github.com/jayla25349/WQFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jayla25349": "jayla25349@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jayla25349/WQFramework.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "default_subspecs": [
25     "Core",
26     "Network"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "WQFramework/Classes/Core/**/*",
32       "frameworks": [
33         "UIKit",
34         "Foundation"
35       ],
36       "dependencies": {
37         "CocoaLumberjack": [
39         ],
40         "Reachability": [
42         ],
43         "YYCategories": [
45         ],
46         "SVProgressHUD": [
48         ],
49         "MJRefresh": [
51         ],
52         "Masonry": [
54         ]
55       }
56     },
57     {
58       "name": "Network",
59       "source_files": "WQFramework/Classes/Network/**/*",
60       "dependencies": {
61         "CocoaLumberjack": [
63         ],
64         "YYCategories": [
66         ],
67         "AFNetworking": [
69         ]
70       }
71     }
72   ]