blob: 3e6d03b9acacb5a0f58f216b50130c030268b41d [file] [log] [blame]
{
"name": "BlowMindStyle",
"version": "0.21.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.21.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/BlowMindStyle/**/*.swift",
"swift_versions": "5.1",
"dependencies": {
"RxSwift": [
"> 5.0"
],
"RxCocoa": [
"> 5.0"
],
"SemanticString": [
"> 0.21"
]
},
"swift_version": "5.1"
}