blob: cbb637bce1fb7f1a0a78e910fe28631dfa16205b [file] [log] [blame]
{
"name": "VersionsTracker",
"version": "0.1.0",
"summary": "Keeping track of version installation history made easy.",
"description": "VersionsTracker is a Swift Library, which tracks install version history of app and os version.\nIt includes not just the marketing version, but also build number and install date.",
"homepage": "https://github.com/maremmle/VersionsTracker",
"license": "MIT",
"authors": {
"Martin Stemmle": "marste@msmix.de"
},
"source": {
"git": "https://github.com/maremmle/VersionsTracker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/maremmle",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VersionsTracker": [
"Pod/Assets/*.png"
]
}
}