blob: 0f3fee8b3bbb099291a6b8714856dc2b1f3200b5 [file] [log] [blame]
{
"name": "BlowMindStyle",
"version": "0.6.0",
"summary": "Framework that will help to orginize styles in your app.",
"description": "Framework that will help to orginize styles in your app. Requires swift 5.1 and XCode 11.",
"homepage": "https://github.com/BlowMindStyle/BlowMindStyle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gotyanov": "Aleksey.Gotyanov@gmail.com"
},
"source": {
"git": "https://github.com/BlowMindStyle/BlowMindStyle.git",
"tag": "0.6.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/BlowMindStyle/**/*.swift",
"swift_versions": "5.1",
"dependencies": {
"RxSwift": [
"> 4.5"
],
"RxCocoa": [
"> 4.5"
]
},
"swift_version": "5.1"
}