blob: 7bc3049627cd02ec0f96720e12b96409090c2287 [file] [log] [blame]
{
"name": "VersionsTracker",
"version": "0.1.1",
"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/martnst/VersionsTracker",
"license": "MIT",
"authors": {
"Martin Stemmle": "hi@martn.st"
},
"source": {
"git": "https://github.com/martnst/VersionsTracker.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/martn_st",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VersionsTracker": [
"Pod/Assets/*.png"
]
}
}