mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-01-12 22:47:34 +08:00
22 lines
475 B
JSON
22 lines
475 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": "0.1.0"
|
|
},
|
|
"source_files": "ContextMenu/*.swift",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"swift_version": "4.0"
|
|
}
|