blob: 8f50e5c9718009dbf036d71a1dce0ef7814d3fbf [file] [log] [blame]
{
"name": "Networking",
"version": "0.13.0",
"summary": "Dead Simple Networking Library",
"homepage": "https://github.com/3lvis/Networking",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/3lvis/Networking.git",
"tag": "0.13.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "Foundation",
"dependencies": {
"TestCheck": [
"~> 0.3.0"
],
"JSON": [
"~> 4.0.2"
],
"NetworkActivityIndicator": [
"~> 0.1.4"
]
}
}