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