[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 8 / f / Rickenbacker / 1.1.5 / Rickenbacker.podspec.json
blobf525613a8cacbd19dd45176b76f380fd1c36a3ec
2   "name": "Rickenbacker",
3   "version": "1.1.5",
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.5"
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": "Core",
35       "source_files": "Sources/Core/*.swift",
36       "resources": "Sources/Core/Rickenbacker.bundle",
37       "dependencies": {
38         "RxSwift": [
40         ],
41         "RxCocoa": [
43         ]
44       }
45     },
46     {
47       "name": "Mediator",
48       "source_files": "Sources/Mediator/*.{h,mm,swift}",
49       "libraries": "c++"
50     },
51     {
52       "name": "MJRefresh",
53       "source_files": "Sources/MJRefresh/*.swift",
54       "dependencies": {
55         "Rickenbacker/Core": [
57         ],
58         "MJRefresh": [
60         ]
61       },
62       "pod_target_xcconfig": {
63         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_MJREFRESH",
64         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_MJREFRESH=1"
65       }
66     },
67     {
68       "name": "DZNEmptyDataSet",
69       "source_files": "Sources/DZNEmptyDataSet/*.swift",
70       "dependencies": {
71         "Rickenbacker/Core": [
73         ],
74         "DZNEmptyDataSet": [
76         ]
77       },
78       "pod_target_xcconfig": {
79         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_DZNEMPTYDATASET",
80         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_DZNEMPTYDATASET=1"
81       }
82     }
83   ],
84   "swift_version": "5.0"