blob: 0982a0b06ec4d5956d32b5a4bcdfd7e1e3334fb5 [file] [log] [blame]
{
"name": "SENetworking",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SENetworking/Module/**/*.{swift}",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "SENetworking/Tests/**/*.{swift}"
}
]
}