blob: 9edebb564413edd1b7defb9dfd81b491bcd96d19 [file] [log] [blame]
{
"name": "Networking",
"version": "5.0.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": "5.0.2"
},
"social_media_url": "https://twitter.com/3lvis",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}