blob: 7ca672a25d6ae2ea06357a82266299478eafdc91 [file] [log] [blame]
{
"name": "Networking",
"version": "1.1.2",
"summary": "Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support",
"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- Simple request cancellation\n- Fake requests easily (mocking/stubbing)\n- Runs synchronously in automatic testing environments\n- Image downloading 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": "1.1.2"
},
"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"
}