[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 3 / c / VersionsTracker / 0.1.1 / VersionsTracker.podspec.json
blob7bc3049627cd02ec0f96720e12b96409090c2287
2   "name": "VersionsTracker",
3   "version": "0.1.1",
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/martnst/VersionsTracker",
7   "license": "MIT",
8   "authors": {
9     "Martin Stemmle": "hi@martn.st"
10   },
11   "source": {
12     "git": "https://github.com/martnst/VersionsTracker.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/martn_st",
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   }