[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 6 / c / 3 / RelativeFormatter / 0.5.0 / RelativeFormatter.podspec.json
blob5ebb103c8b6aacba3d19ce1d69be24fe663ecd13
2   "name": "RelativeFormatter",
3   "version": "0.5.0",
4   "summary": "NSDate swift extension to format dates relative to current date.",
5   "description": "                   RelativeFormatter adds the relativeFormatted function to NSDate allowing you to get.\n\n                   * Time ago formatted dates \"2 days ago\"\n                   * Time in the future formatted dates \"In 2 days\"\n",
6   "homepage": "https://github.com/bitomule/RelativeFormatter",
7   "license": "MIT",
8   "authors": {
9     "David Collado Sela": "bitomule@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/bitomule",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/bitomule/RelativeFormatter.git",
17     "tag": "0.5.0"
18   },
19   "source_files": "Source/*.swift",
20   "resources": "Source/RelativeFormatter.bundle",
21   "requires_arc": true