Files
ContextMenu/Example/Pods/Local Podspecs/ContextMenu.podspec.json
T
Ryan Nystrom 1f97693a9c init
2018-03-10 13:03:11 -05:00

24 lines
510 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": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}