blob: 14cad30413ef889feabf2b2c129f4e311a1bdfc4 [file] [log] [blame]
{
"name": "MMMAppUpdater",
"version": "0.1.1",
"summary": "Simple pod to check new version of application in Appstore",
"description": "Simple class to check new version of app. You can simply check for new version of the app and open Appstore to let user to update.",
"homepage": "https://github.com/martinpilch/MMMAppUpdater",
"license": "MIT",
"authors": {
"Martin Pilch": "martin.pilch@email.cz"
},
"source": {
"git": "https://github.com/martinpilch/MMMAppUpdater.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/martin_pilch",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MMMAppUpdater": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}