blob: 65e8f8cbc2268f3df6739d744c900c2eb49c328e [file] [log] [blame]
{
"name": "AppVersionEnforcer",
"version": "0.1.0",
"summary": "Communicate with server and prompt or force the user to update",
"description": "Fetch version release data from the server and present to the user an alert and a prompt to update, depending on parameters receive from the server",
"homepage": "https://github.com/woodies11/AppVersionEnforcer",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Romson Preechawit": "r.preechawit@hotmail.com"
},
"source": {
"git": "https://github.com/woodies11/AppVersionEnforcer.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/woodies11",
"platforms": {
"ios": "8.0"
},
"source_files": "AppVersionEnforcer/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.4"
]
}
}