blob: 1a7af8dfb6ee00955f110f57db36dd78252b10f5 [file] [log] [blame]
{
"name": "ATAppUpdater",
"version": "2.0",
"summary": "Checks if there is a newer version of your app in the AppStore and alerts the user to update.",
"screenshots": [
"https://www.emotality.com/development/GitHub/ATAppUpdater-1.png",
"https://www.emotality.com/development/GitHub/ATAppUpdater-2.png",
"https://www.emotality.com/development/GitHub/ATAppUpdater-3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jean-Pierre Fourie": "jp@emotality.com"
},
"homepage": "https://github.com/emotality/ATAppUpdater",
"social_media_url": "https://twitter.com/emotality",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/emotality/ATAppUpdater.git",
"tag": "2.0"
},
"source_files": "ATAppUpdater/*.{m,h}",
"public_header_files": "ATAppUpdater/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration"
]
}