blob: 768db5cf9923ca55ed45c4e5478644e37e039a04 [file] [log] [blame]
{
"name": "NSNetworkingMocker",
"version": "0.1.0",
"summary": "A mocker for help writing tests for network code, or to create a mock api",
"description": "NSNetworkingMocker is a simple library to provide an easy way to mock network requests for unit tests, and provide an easy way to mock APIs while early in development.",
"homepage": "https://github.com/netsells/NSNetworkingMocker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ABTucanae": "tucanae@icloud.com"
},
"source": {
"git": "https://github.com/netsells/NSNetworkingMocker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "NSNetworkingMocker/Sources/**/*"
}