blob: e8c12be9099bd3673cc24a42d29871c413180def [file] [log] [blame]
{
"name": "RxDIKit",
"version": "0.1.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/techpro-studio/RCKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"UserNotifications"
],
"dependencies": {
"Swinject": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.0"
}