4 "summary": "Simple NSURLSession wrapper with support for image caching and faking network requests",
5 "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",
6 "homepage": "https://github.com/3lvis/Networking",
9 "Elvis Nuñez": "elvisnunez@me.com"
12 "git": "https://github.com/3lvis/Networking.git",
15 "social_media_url": "https://twitter.com/3lvis",
23 "source_files": "Sources/**/*",
24 "frameworks": "Foundation"