Files
ContextMenu/Example/Pods/Local Podspecs/ContextMenu.podspec.json
T
2018-03-15 19:54:19 -04:00

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"
}