[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 8 / f / Rickenbacker / 1.1.3 / Rickenbacker.podspec.json
blobc3019d0338d34d3acb15242b1615ec740a5787b5
2   "name": "Rickenbacker",
3   "version": "1.1.3",
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.3"
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": true,
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": [
37         "Sources/Boxs/*.bundle"
38       ]
39     },
40     {
41       "name": "Rx",
42       "source_files": "Sources/Rx/*.swift",
43       "dependencies": {
44         "RxSwift": [
46         ],
47         "RxCocoa": [
49         ],
50         "Rickenbacker/Boxs": [
52         ]
53       }
54     },
55     {
56       "name": "Adapter",
57       "source_files": "Sources/Adapter/*.swift",
58       "dependencies": {
59         "Rickenbacker/Rx": [
61         ]
62       }
63     },
64     {
65       "name": "Mediator",
66       "source_files": "Sources/Mediator/*.{h,mm,swift}",
67       "libraries": "c++"
68     },
69     {
70       "name": "MJRefresh",
71       "source_files": "Sources/MJRefresh/*.swift",
72       "dependencies": {
73         "Rickenbacker/Adapter": [
75         ],
76         "MJRefresh": [
78         ]
79       },
80       "pod_target_xcconfig": {
81         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_MJREFRESH",
82         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_MJREFRESH=1"
83       }
84     },
85     {
86       "name": "DZNEmptyDataSet",
87       "source_files": "Sources/DZNEmptyDataSet/*.swift",
88       "dependencies": {
89         "Rickenbacker/Adapter": [
91         ],
92         "DZNEmptyDataSet": [
94         ]
95       },
96       "pod_target_xcconfig": {
97         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "RICKENBACKER_DZNEMPTYDATASET",
98         "GCC_PREPROCESSOR_DEFINITIONS": "RICKENBACKER_DZNEMPTYDATASET=1"
99       }
100     }
101   ],
102   "swift_version": "5.0"