blob: b98d85c64ea3c1341b9ecc666f6efc0c344a5088 [file] [log] [blame]
{
"name": "NZTrampoline",
"version": "0.1.3",
"summary": "Allows having more than one delegate for a specific protocol.",
"description": "Instances of the classes inherited from NZTrampolineBase are able to implement some delegate methods while they are able to forward all other methods of the protocol to the delegate object.",
"homepage": "https://github.com/nzstudio1/NZTrampoline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hamidreza Vakilian": "hamid@nzstudio.dev"
},
"source": {
"git": "https://github.com/nzstudio1/NZTrampoline.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NZTrampoline/NZTrampoline/Classes/**/*",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}