blob: 643e13206db9b3ba27d9dcd95a759fcdbb7a85bf [file] [log] [blame]
{
"name": "RelativeFormatter",
"version": "0.8.3",
"summary": "Date swift extension to format dates relative to current date.",
"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\"",
"homepage": "https://github.com/bitomule/RelativeFormatter",
"license": "MIT",
"authors": {
"David Collado Sela": "bitomule@gmail.com",
"David Santana": "David@2coders.com"
},
"social_media_url": "http://twitter.com/bitomule",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/bitomule/RelativeFormatter.git",
"tag": "0.8.3"
},
"source_files": "Source/*.swift",
"resources": "Source/RelativeFormatter.bundle",
"requires_arc": true
}