[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 7 / d / ModernRIBs / 1.0.0 / ModernRIBs.podspec.json
blob8653628e28fab6f5eba35a054f59e3eb464a6722
2   "name": "ModernRIBs",
3   "version": "1.0.0",
4   "swift_versions": "5.4",
5   "summary": "Uber's RIBs with Combine.",
6   "description": "ModernRIBs is recreated by removing additional dependencies such as RxSwift from Uber's RIBs. Only Combine was used. All features provided by RIBs can be used identically, and it will be continuously updated according to the RIBs updated version. Therefore, the version will be matched with the RIBs. It is expected to be useful in projects that do not use RxSwift and with a minimum supported iOS 13 or later.",
7   "homepage": "https://github.com/DevYeom/ModernRIBs",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "DevYeom": "dev.yeom@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DevYeom/ModernRIBs.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "ModernRIBs/Classes/**/*",
23   "swift_version": "5.4"