blob: 8932c23275b79902f1a4c548c8319744ce6ed669 [file] [log] [blame]
{
"name": "AndVersion",
"version": "1.2.1",
"summary": "This library checks updates on Apple Store by using given json file url. If wanted, the library also lists whats new info to the users when a new version is available.",
"description": "This is the library that checks updates on Apple Store according to json file from the given url address. This library can work in three modes. Callback mode, autopilot mode and hybrid mode.",
"homepage": "https://github.com/zingat/AndVersion-iOS",
"screenshots": [
"https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/must_update.png",
"https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/need_to_update.png",
"https://raw.githubusercontent.com/zingat/AndVersion-iOS/master/Example/images/new_version_is_running.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kadirkemal": "kkdursun@yahoo.com"
},
"source": {
"git": "https://github.com/zingat/AndVersion-iOS.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AndVersion/Classes/**/*"
}