blob: ae5d9eaea979da2fbf447eecb335b47c4b7d77cd [file] [log] [blame]
{
"name": "Pushover",
"version": "0.1.0",
"summary": "Pushover API wrapper",
"description": "Simple little wrapper for the Pushover API. Use it to send push notifications from your tools to your or your user's devices.",
"homepage": "https://github.com/kiliankoe/pushover",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kilian Koeltzsch": "me@kilian.io"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kiliankoe/pushover.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}