blob: 558c66023cc46a40f427905ba3f3084acddb8cd4 [file] [log] [blame]
{
"name": "NetClient",
"version": "0.1.0",
"summary": "Versatile HTTP networking library written in Swift 3.",
"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.1.0"
},
"social_media_url": "https://twitter.com/intelygenz",
"screenshots": "https://raw.githubusercontent.com/intelygenz/NetClient-iOS/master/Net.png",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9"
},
"frameworks": "Foundation",
"module_name": "Net",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Core/*.{h,swift}"
},
{
"name": "URLSession",
"dependencies": {
"NetClient/Core": [
]
},
"source_files": "URLSession/*.{h,swift}"
}
]
}