blob: 6157459d84b3ff5d56fb8401bb286befba9ccce2 [file] [log] [blame]
{
"name": "Bumper",
"version": "0.1.0",
"summary": "Easy version number bump detection.",
"description": "Bumper looks for version number increases at app start up and calls your code when and where you want when a bump occurs. Great for displaying \"New Features\" views on upgrades.",
"homepage": "https://github.com/eddies5/Bumper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eddie Saenz": "eddie@eddiesaenz.net"
},
"source": {
"git": "https://github.com/eddies5/Bumper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/eddies5",
"platforms": {
"ios": "8.0"
},
"source_files": "Bumper/Classes/**/*",
"pushed_with_swift_version": "4.0"
}