blob: 963bc740c6c9955f025806879327c033b30c73d1 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "1.2",
"license": "MIT",
"summary": "Checks if there is a newer version of your app in the AppStore and alerts the user to update the app.",
"homepage": "https://github.com/emotality/ATAppUpdater",
"screenshots": [
"http://www.apptality.co.za/images/github/ATAppUpdater1.png",
"http://www.apptality.co.za/images/github/ATAppUpdater2.png"
],
"authors": {
"Jean-Pierre Fourie": "info@apptality.co.za"
},
"social_media_url": "https://twitter.com/emotality",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emotality/ATAppUpdater.git",
"tag": "1.2"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
]
}