22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "ContextMenu",
|
|
"version": "0.1.0",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/ContextMenu",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Context menu inspired by Things 3.",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/ContextMenu.git",
|
|
"tag": "#{s.version}"
|
|
},
|
|
"source_files": "ContextMenu/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|