blob: d0d25c8f4d1230d76b7f473de7e02c822d9169d0 [file] [log] [blame]
{
"name": "Networking",
"version": "0.10.1",
"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.10.1"
},
"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"
]
}
}