blob: eb11603544ff701608b997ad547fc46d502989e4 [file] [log] [blame]
{
"name": "Networking",
"version": "0.5.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.5.1"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"NSObject-HYPTesting": [
"~> 1.2"
],
"JSON": [
"~> 3.1.0"
]
}
}