blob: 486a2d4922971ee485c95baf1b89de328c1bf7a1 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "1.5",
"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/apptality/ATAppUpdater",
"screenshots": [
"http://www.apptality.co.za/images/github/ATAppUpdater1.png",
"http://www.apptality.co.za/images/github/ATAppUpdater2.png"
],
"license": "MIT",
"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/apptality/ATAppUpdater.git",
"tag": "1.5"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
]
}