blob: 6507e2aac5a34c160909aff5a3b587362e099d3e [file] [log] [blame]
{
"name": "AmazingTargetCommandCocoa",
"version": "1.0.1",
"summary": "A set of Cocoa sweets to go along with AmazingTargetCommand.",
"homepage": "https://github.com/khamitimur/AmazingTargetCommandCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Timur Khamidov",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/khamitimur/AmazingTargetCommandCocoa.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0"
],
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"AmazingTargetCommand": [
"~> 1.0"
]
},
"swift_version": "5.0"
}