blob: f6efea66853dcf2d44a84a0a645dc2b3361cd553 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "1.7",
"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://demo.apptality.co.za/ATAppUpdater/images/1.6/ATAppUpdater1.png",
"http://demo.apptality.co.za/ATAppUpdater/images/1.6/ATAppUpdater2.png",
"http://demo.apptality.co.za/ATAppUpdater/images/1.6/ATAppUpdater3.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.7"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
]
}