blob: 4ac86ab956405f1ae7b0b79a6b6e8e23b5e18734 [file] [log] [blame]
{
"name": "SENetworking",
"version": "1.0.2",
"summary": "Simple NSURLSession wrapper",
"description": "Simple NSURLSession wrapper\n- Minimal implementation\n- Super easy friendly API\n- No Singletons\n- No external dependencies\n- Simple request cancellation\n- Optimized for unit testing\n- Free",
"homepage": "https://github.com/kudoleh/SENetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kudinov": "oleh.kudinov@olx.com"
},
"source": {
"git": "https://github.com/kudoleh/SENetworking.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SENetworking/Module/**/*.{swift}"
}