[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 8 / f / Rickenbacker / 1.1.4 / Rickenbacker.podspec.json
blob252165c5ff49806deb7ca2448d279c5165f25694
2   "name": "Rickenbacker",
3   "version": "1.1.4",
4   "summary": "MVVM + RxSwift Project Architecture.",
5   "homepage": "https://github.com/yangKJ/Rickenbacker",
6   "description": "https://github.com/yangKJ/Rickenbacker/blob/master/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yangkejun": "ykj310@126.com"
13   },
14   "source": {
15     "git": "https://github.com/yangKJ/Rickenbacker.git",
16     "tag": "1.1.4"
17   },
18   "social_media_url": "https://juejin.cn/user/1987535102554472/posts",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "static_framework": false,
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "5.0"
27   },
28   "module_name": "Rickenbacker",
29   "ios": {
30     "source_files": "Sources/Rickenbacker.h"
31   },
32   "subspecs": [
33     {
34       "name": "Boxs",
35       "source_files": "Sources/Boxs/*.swift",
36       "resources": "Sources/Boxs/Rickenbacker.bundle"
37     },
38     {
39       "name": "Rx",
40       "source_files": "Sources/Rx/*.swift",
41       "dependencies": {
42         "RxSwift": [
44         ],
45         "RxCocoa": [
47         ],
48         "Rickenbacker/Boxs": [
50         ]
51       }
52     },
53     {
54       "name": "Adapter",
55       "source_files": "Sources/Adapter/*.swift",
56       "dependencies": {
57         "Rickenbacker/Rx": [
59         ]
60       }
61     },
62     {
63       "name": "Mediator",
64       "source_files": "Sources/Mediator/*.{h,mm,swift}",
65       "libraries": "c++"
66     },
67     {
68       "name": "MJRefresh",
69       "source_files": "Sources/MJRefresh/*.swift",
70       "dependencies": {
71         "Rickenbacker/Adapter": [
73         ],
74         "MJRefresh": [
76         ]
77       },
78       "pod_target_xcconfig": {
79         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_MJREFRESH",
80         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_MJREFRESH=1"
81       }
82     },
83     {
84       "name": "DZNEmptyDataSet",
85       "source_files": "Sources/DZNEmptyDataSet/*.swift",
86       "dependencies": {
87         "Rickenbacker/Adapter": [
89         ],
90         "DZNEmptyDataSet": [
92         ]
93       },
94       "pod_target_xcconfig": {
95         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_DZNEMPTYDATASET",
96         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_DZNEMPTYDATASET=1"
97       }
98     }
99   ],
100   "swift_version": "5.0"