[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / 3 / RelativeFormatter / 0.2.0 / RelativeFormatter.podspec.json
blob70f37054c5257e66fb0d1f4c784cc8182cf7d232
2   "name": "RelativeFormatter",
3   "version": "0.2.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.2.0"
18   },
19   "source_files": "Source/*.swift",
20   "resources": "Source/RelativeFormatter.bundle",
21   "requires_arc": true