blob: 13abad6519f5fb7a6eea1360496f1e6ea64d5930 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "1.3",
"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.3"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"dependencies": {
"Reachability": [
"~> 3.2"
]
}
}