blob: ae79ec7822e5831829901d089cd1a2d1231a69a9 [file] [log] [blame]
{
"name": "Mini-Swift",
"version": "0.2.0",
"swift_version": "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.2.0"
},
"social_media_url": "https://twitter.com/bqreaders",
"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"
],
"MagicPills": [
"~> 2.0"
]
},
"module_name": "Mini"
}