blob: 62e86a2870199fb7f1af1080ea0fae31ac3ad0d2 [file] [log] [blame]
{
"name": "Networking",
"version": "0.3.0",
"summary": "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.3.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"NSObject-HYPTesting": [
"~> 1.2"
]
}
}