[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 3 / RxExtensionx / 0.0.1 / RxExtensionx.podspec.json
blobaf1f812ec4695e0b95939ac454679397300fa698
2   "name": "RxExtensionx",
3   "version": "0.0.1",
4   "summary": "Add RxSwift to common three party libraries.",
5   "homepage": "https://github.com/yangKJ/RxExtensionx",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yangkejun": "ykj310@126.com"
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/RxExtensionx.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "static_framework": true,
23   "module_name": "RxExtensionx",
24   "ios": {
25     "source_files": "RxExtensionx/Classes/RxExtensionx.swift"
26   },
27   "dependencies": {
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "MJRefresh",
38       "source_files": "RxExtensionx/Classes/MJRefresh/*.swift",
39       "dependencies": {
40         "MJRefresh": [
42         ],
43         "RxCocoa": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"