blob: 08c011e9ffff4f890a6de086c2c89917c4d1a16b [file] [log] [blame]
{
"name": "App-Update-Tracker",
"version": "2.1.1",
"summary": "AppUpdateTracker is a simple, lightweight iOS library intended to determine basic app install/update behavior.",
"description": "This library allows you to easily determine when the user uses your app after a fresh install, when the user updates your app (and the version from which (s)he updated), and how many times the user has opened a given version of your app. This library was created in order to help determine update information so that appropriate data migration logic can be run after an app update.",
"homepage": "https://github.com/Stunner/App-Update-Tracker",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Stunner": "ajjubbal@ucdavis.edu"
},
"social_media_url": "http://twitter.com/ajubbal",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Stunner/App-Update-Tracker.git",
"tag": "2.1.1"
},
"source_files": "AppUpdateTracker",
"requires_arc": true
}