[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / RxMJ / 0.4.0 / RxMJ.podspec.json
blob5542c73a97c5373bae59647005b942a4556b431f
2   "name": "RxMJ",
3   "version": "0.4.0",
4   "summary": "MJ in Rx world",
5   "description": "MJRefresh with RxCocoa",
6   "homepage": "https://github.com/srv7/RxMJ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "srv7": "liubo004@126.com"
13   },
14   "source": {
15     "git": "https://github.com/srv7/RxMJ.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxMJ/Classes/**/*",
22   "swift_version": "4.2",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "MJRefresh": [
26       "~> 3.1.15.7"
27     ],
28     "RxCocoa": [
29       "~> 4.3.0"
30     ]
31   }