blob: aad36db14f51bf2beb7c90001c8734902fbaac54 [file] [log] [blame]
{
"name": "VENVersionTracker",
"version": "0.1.1",
"summary": "Monitor App Versions, Prompt and Force Updates.",
"description": " This library tracks application versions from a given\n URL and will notify the application of outdated and\n deprecated versions of the app on the current 'track'.\n",
"homepage": "https://github.braintreeps.com/chrismaddern/VENVersionTracker/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Maddern": "chris@venmo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/venmo/VENVersionTracker.git",
"tag": "v0.1.1"
},
"source_files": "VENVersionTracker/**/*.{h,m}",
"requires_arc": true
}