blob: dbd92b1a0b2f16c094a3e8ea21ce78cc83a80a05 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "1.6",
"summary": "Checks if there is a newer version of your app in the AppStore and alerts the user to update.",
"homepage": "https://github.com/apptality/ATAppUpdater",
"screenshots": [
"http://s11.postimg.org/5c2gbr3mr/ATApp_Updater1.png",
"http://s11.postimg.org/osikkj9cz/ATApp_Updater2.png",
"http://s11.postimg.org/iu9co1fs3/ATApp_Updater3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jean-Pierre Fourie": "info@apptality.co.za"
},
"social_media_url": "https://www.facebook.com/apptality",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/apptality/ATAppUpdater.git",
"tag": "1.6"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
]
}