blob: e35901dd0bc7be3779989f65f8327d522f90051a [file] [log] [blame]
{
"name": "NetClient",
"version": "0.5.0",
"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.5.0"
},
"social_media_url": "https://twitter.com/intelygenz",
"screenshots": "https://github.com/intelygenz/NetClient-iOS/raw/master/Logo.png",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"frameworks": "Foundation",
"module_name": "Net",
"default_subspecs": [
"Core",
"URLSession"
],
"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.7"
]
},
"source_files": "Alamofire/*.{h,swift}"
},
{
"name": "Moya",
"dependencies": {
"NetClient/Core": [
],
"Alamofire": [
"~> 4.1"
],
"Moya": [
"~> 11.0"
]
},
"source_files": "Moya/*.{h,swift}"
},
{
"name": "Kommander",
"dependencies": {
"NetClient/URLSession": [
],
"Kommander": [
"~> 1.0"
]
},
"source_files": "Kommander/*.{h,swift}"
},
{
"name": "RxSwift",
"dependencies": {
"NetClient/URLSession": [
],
"RxSwift": [
"~> 4.2"
]
},
"source_files": "RxSwift/*.{h,swift}"
},
{
"name": "Stub",
"dependencies": {
"NetClient/Core": [
]
},
"source_files": "Stub/*.{h,swift}"
}
]
}