blob: ed1528ac22207a2c063240ed926bea270ac24ed0 [file] [log] [blame]
{
"name": "MasMini-Swift",
"version": "1.2.0",
"swift_versions": "5.0",
"summary": "The minimal expression of a Flux architecture in Swift.",
"description": "The minimal expression of a Flux architecture in Swift.\n\nMini is built with be a first class citizen in Swift applications: macOS, iOS and tvOS applications.\nWith Mini, you can create a thread-safe application with a predictable unidirectional data flow,\nfocusing on what really matters: build awesome applications.",
"homepage": "https://github.com/masmovil/MasMini-Swift",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"MásMóvil": "info@grupomasmovil.com"
},
"source": {
"git": "https://github.com/masmovil/masmini-swift.git",
"tag": "v1.2.0"
},
"social_media_url": "https://twitter.com/masmovil",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"SwiftNIOConcurrencyHelpers": [
"~> 2.16.0"
]
},
"default_subspecs": "Core",
"module_name": "Mini",
"preserve_paths": [
"Templates/*.stencil"
],
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": [
"Sources/MiniSwift/*.swift",
"Sources/MiniSwift/Utils/**/*.swift"
]
},
"osx": {
"source_files": [
"Sources/MiniSwift/*.swift",
"Sources/MiniSwift/Utils/**/*.swift"
]
},
"tvos": {
"source_files": [
"Sources/MiniSwift/*.swift",
"Sources/MiniSwift/Utils/**/*.swift"
]
}
},
{
"name": "Log",
"ios": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/LoggingService/*.swift"
},
"osx": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/LoggingService/*.swift"
},
"tvos": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/LoggingService/*.swift"
}
},
{
"name": "Test",
"ios": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
},
"osx": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
},
"tvos": {
"dependencies": {
"MasMini-Swift/Core": [
]
},
"source_files": "Sources/MiniSwift/TestMiddleware/*.swift"
}
}
],
"swift_version": "5.0"
}