blob: 197214f9f3bcd89c09d7dcaa74bd319286012880 [file] [log] [blame]
{
"name": "NSNetworkingMocker",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "Sources/*/**/*"
}