| { |
| "name": "VENVersionTracker", |
| "version": "0.1.0", |
| "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.0" |
| }, |
| "source_files": "VENVersionTracker/**/*.{h,m}", |
| "requires_arc": true |
| } |