blob: cc8b4feaa8307546c90893f2741fc05e846cf04b [file] [log] [blame]
{
"name": "NetClient",
"version": "0.4.1",
"summary": "Versatile HTTP networking library written in Swift.",
"homepage": "https://github.com/intelygenz/NetClient-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Rupérez": "alejandro.ruperez@intelygenz.com"
},
"source": {
"git": "https://github.com/intelygenz/NetClient-iOS.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/intelygenz",
"screenshots": "https://github.com/intelygenz/NetClient-iOS/raw/master/Logo.png",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"frameworks": "Foundation",
"module_name": "Net",
"default_subspecs": [
"Core",
"URLSession"
],
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Core/*.{h,swift}"
},
{
"name": "URLSession",
"dependencies": {
"NetClient/Core": [
]
},
"source_files": "URLSession/*.{h,swift}"
},
{
"name": "Alamofire",
"dependencies": {
"NetClient/Core": [
],
"Alamofire": [
"~> 4.6"
]
},
"source_files": "Alamofire/*.{h,swift}"
},
{
"name": "Moya",
"dependencies": {
"NetClient/Core": [
],
"Alamofire": [
"~> 4.1"
],
"Moya": [
"~> 10.0"
]
},
"source_files": "Moya/*.{h,swift}"
},
{
"name": "Kommander",
"dependencies": {
"NetClient/URLSession": [
],
"Kommander": [
"~> 0.9"
]
},
"source_files": "Kommander/*.{h,swift}"
},
{
"name": "RxSwift",
"dependencies": {
"NetClient/URLSession": [
],
"RxSwift": [
"~> 4.0"
]
},
"source_files": "RxSwift/*.{h,swift}"
}
]
}