blob: 013f1f0fbf20d7cbf949b8fdb141d7f67234f929 [file] [log] [blame]
{
"name": "AmazingSwiftDelegateCommand",
"version": "1.0.0",
"summary": "Generic and retention cycle free DelegateCommand for Swift.",
"homepage": "https://github.com/khamitimur/AmazingSwiftDelegateCommand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Timur Khamidov",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/khamitimur/AmazingSwiftDelegateCommand.git",
"tag": "1.0.0"
},
"source_files": "AmazingSwiftDelegateCommand/**/*.swift",
"swift_versions": [
"5.0"
],
"dependencies": {
"AmazingSwiftEvent": [
"~> 3.0.0"
]
},
"swift_version": "5.0"
}