blob: d1e300a153fb27f2862cf927384b68430c00efe7 [file] [log] [blame]
{
"name": "Gnomon",
"version": "3.1.0",
"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": "3.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"default_subspecs": "JSON",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"FormatterKit/URLRequestFormatter": [
">= 1.8.2"
]
}
},
{
"name": "Decodable",
"source_files": "Sources/Decodable/*.swift",
"dependencies": {
"Gnomon/Core": [
]
}
},
{
"name": "JSON",
"source_files": "Sources/JSON/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
],
"Gnomon/Core": [
]
}
},
{
"name": "XML",
"source_files": "Sources/XML/*.swift",
"dependencies": {
"AEXML": [
"~> 4"
],
"Gnomon/Core": [
]
}
}
]
}