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