blob: 64f94aa24f9257cc7c993c2857896dda986dc8cf [file] [log] [blame]
{
"name": "SENetworking",
"version": "1.0.6",
"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.6"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "SENetworking/Module/**/*.{swift}",
"swift_version": "5.0"
}