blob: f64411f73f72590eba4b2716cc5fd5e49090e600 [file] [log] [blame]
{
"name": "Networking",
"version": "0.24.0",
"summary": "Simple NSURLSession wrapper with support for image caching and faking network requests",
"description": "Simple NSURLSession wrapper with support for image caching and faking network requests\n\n- Super friendly API\n- Singleton free\n- No external dependencies\n- Optimized for unit testing\n- Minimal implementation\n- Fake requests easily (mocking/stubbing)\n- Runs synchronously in automatic testing enviroments\n- Image download and caching\n- Free",
"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.24.0"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}