blob: 0e99103605e5ff4f893691d3b8f7119501f9b174 [file] [log] [blame]
{
"name": "Mini-Swift",
"version": "0.3.2",
"swift_versions": "5.0",
"summary": "The re-imagined Re-Flux architecture for Swift.",
"description": "The re-imagined Re-Flux architecture for Swift. \nDependencies: RxSwift",
"homepage": "https://github.com/bq/Mini-Swift",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"bq": "info@bq.com"
},
"source": {
"git": "https://github.com/bq/mini-swift.git",
"tag": "v0.3.2"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"watchos": "4.0",
"tvos": "11.0"
},
"ios": {
"frameworks": "UIKit",
"source_files": "Source/**/*.swift"
},
"osx": {
"frameworks": "AppKit",
"source_files": "Source/**/*.swift"
},
"watchos": {
"frameworks": [
"UIKit",
"WatchKit"
],
"source_files": "Source/**/*.swift"
},
"tvos": {
"frameworks": "UIKit",
"source_files": "Source/**/*.swift"
},
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"MagicPills": [
"~> 2.1"
]
},
"module_name": "Mini",
"swift_version": "5.0"
}