blob: d96b27c422b78d3912647c919c9f9de7d36d3069 [file] [log] [blame]
{
"name": "TinyNetworking",
"version": "4.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/jdisho/TinyNetworking",
"authors": {
"Joan Disho": "dishojoan@gmail.com"
},
"summary": "Simple network layer written in Swift.",
"source": {
"git": "https://github.com/jdisho/TinyNetworking.git",
"tag": "4.0.1"
},
"swift_versions": "5.1",
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/TinyNetworking/*.swift",
"frameworks": [
"Foundation",
"Combine"
]
},
{
"name": "RxSwift",
"source_files": "Sources/RxTinyNetworking/*.swift",
"dependencies": {
"TinyNetworking/Core": [
],
"RxSwift": [
"~> 5.0"
]
}
}
],
"swift_version": "5.1"
}