blob: 921a915fb7bdaa7fef7ba6dcbcbf9b1fb6d4914e [file] [log] [blame]
{
"name": "Networking",
"version": "0.14.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.14.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"
]
}
}