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