blob: 65c369b55bde9451e1dde18efbedce0cff4e021e [file] [log] [blame]
{
"name": "BlowMindStyle",
"version": "0.23.1",
"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.23.1"
},
"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.23"
]
},
"swift_version": "5.1"
}