blob: cabd25cecd0ce390bc0575207d82eccb39b0b328 [file] [log] [blame]
{
"name": "Gnomon",
"version": "5.2.1",
"summary": "Common Rest API manager for Netco Sports projects on Swift with RxSwift",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/netcosports/Gnomon",
"authors": {
"Vladimir Burdukov": "vladimir.burdukov@netcosports.com"
},
"source": {
"git": "https://github.com/netcosports/Gnomon.git",
"tag": "5.2.1"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"default_subspecs": "JSON",
"swift_versions": [
"5.0",
"5.1"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"dependencies": {
"RxSwift": [
"~> 5"
]
}
},
{
"name": "Decodable",
"source_files": "Sources/Decodable/*.swift",
"dependencies": {
"Gnomon/Core": [
]
}
},
{
"name": "JSON",
"source_files": "Sources/JSON/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 5"
],
"Gnomon/Core": [
]
}
},
{
"name": "XML",
"source_files": "Sources/XML/*.swift",
"dependencies": {
"AEXML": [
"~> 4.2"
],
"Gnomon/Core": [
]
}
}
],
"swift_version": "5.1"
}