3 "version": "3.0.0-beta1",
4 "summary": "Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support",
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- Simple request cancellation\n- Fake requests easily (mocking/stubbing)\n- Runs synchronously in automatic testing environments\n- Image downloading 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",
25 "pushed_with_swift_version": "3.0"