blob: 593a41868a5bde18fb9164420f30c5a62f380832 [file] [log] [blame]
{
"name": "ApolloCombine",
"version": "0.5.0",
"authors": {
"Joel Perry": "joel@joelperry.net"
},
"homepage": "https://github.com/joel-perry/ApolloCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A collection of Combine publishers for the Apollo iOS client.",
"source": {
"git": "https://github.com/joel-perry/ApolloCombine.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source_files": "Sources/ApolloCombine/*.swift",
"weak_frameworks": [
"SwiftUI",
"Combine"
],
"dependencies": {
"Apollo/Core": [
">=0.43.0"
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}