blob: a28f9a4b84e6912f870ef76d138cb48050ca093d [file] [log] [blame]
{
"name": "RxCleanKit",
"version": "0.0.1",
"summary": "Rx Realm DI",
"description": "Lib for building reactive apps, based on RxSwift, Realm, Swinject",
"homepage": "https://github.com/alexmay23/RxCleanKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksii Moiseenko": "oleksiimoiseenko@gmail.com"
},
"source": {
"git": "https://github.com/alexmay23/RxCleanKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"swift_version": "5.0",
"frameworks": [
"UIKit",
"UserNotifications"
],
"dependencies": {
"Realm": [
],
"RealmSwift": [
],
"Swinject": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}