[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / c / VersionsTracker / 0.1.0 / VersionsTracker.podspec.json
blobcbb637bce1fb7f1a0a78e910fe28631dfa16205b
2   "name": "VersionsTracker",
3   "version": "0.1.0",
4   "summary": "Keeping track of version installation history made easy.",
5   "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.",
6   "homepage": "https://github.com/maremmle/VersionsTracker",
7   "license": "MIT",
8   "authors": {
9     "Martin Stemmle": "marste@msmix.de"
10   },
11   "source": {
12     "git": "https://github.com/maremmle/VersionsTracker.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/maremmle",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "VersionsTracker": [
23       "Pod/Assets/*.png"
24     ]
25   }