blob: 5a5577aeab539c4094d38a95db313a08a023e217 [file] [log] [blame]
{
"name": "CellularNetworking",
"version": "5.0",
"swift_version": "4.2",
"module_name": "Networking",
"summary": "HTTP Networking Framework in Swift by CELLULAR.",
"homepage": "http://www.cellular.de",
"authors": {
"CELLULAR GmbH": "office@cellular.de"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/cellular/networking-swift.git",
"tag": "5.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": [
"Alamofire",
"Codable"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"CELLULAR/Result": [
"~> 4.1.0"
],
"CELLULAR/Locking": [
"~> 4.1.0"
]
},
"source_files": "Sources/Networking/Core/**/*.swift"
},
{
"name": "Alamofire",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"CellularNetworking/Core": [
]
},
"source_files": "Sources/Networking/Provider/Alamofire.swift"
},
{
"name": "LocalFile",
"dependencies": {
"CellularNetworking/Core": [
]
},
"source_files": "Sources/Networking/Provider/Local/*.swift"
},
{
"name": "Codable",
"dependencies": {
"CellularNetworking/Core": [
]
},
"source_files": "Sources/Networking/Serializer/Codable.swift"
},
{
"name": "Unbox",
"dependencies": {
"Unbox": [
"~> 3.0"
],
"CellularNetworking/Core": [
]
},
"source_files": "Sources/Networking/Serializer/Unbox.swift"
}
]
}