blob: 39b85ef6ad7916f42c41f2b333f45e17dad5d824 [file] [log] [blame]
{
"name": "SCIntent",
"version": "0.5.0",
"summary": "Simple Uni-directional Architecture in iOS",
"description": "Simple Uni-directional Architecture in iOS - Model - View - Intent",
"homepage": "https://github.com/FlowSc/SCIntent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FlowSc": "zelatool@gmail.com"
},
"source": {
"git": "https://github.com/FlowSc/SCIntent.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "SCIntent/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"RxSwift": [
"~> 5.0.1"
],
"RxCocoa": [
"~> 5.0.1"
]
},
"swift_version": "5.0"
}