blob: feb887bc1e2805fa261795f520623a17cb6127b9 [file] [log] [blame]
{
"name": "brick-swift",
"version": "0.0.1",
"summary": "Common tool classes and reactive extensions for swift projects",
"description": "Common tool classes and reactive extensions for swift projects.\nMVVM\n...",
"homepage": "https://github.com/anwent/brick-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anwent": "zhihaozhanggm@gmail.com"
},
"source": {
"git": "https://github.com/anwent/brick-swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.1",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 5.4.3"
],
"HandyJSON": [
"~> 5.0.2"
],
"RxSwift": [
"~> 6.1.0"
],
"RxCocoa": [
"~> 6.1.0"
]
},
"deprecated": true,
"swift_version": "5.1"
}