blob: aeec0a3676034a1cc6e18b786bf9f72a51321268 [file] [log] [blame]
{
"name": "Networking",
"version": "0.18.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- 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.18.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": "Source/**/*",
"frameworks": "Foundation",
"dependencies": {
"TestCheck": [
"~> 0.3.0"
],
"JSON": [
"~> 4.0.2"
],
"NetworkActivityIndicator": [
"~> 0.1.5"
]
}
}