blob: b7a5974cdc9c2ae8d7bb92f276ec243928c0c25e [file] [log] [blame]
{
"name": "RelativeFormatter",
"version": "0.4.0",
"summary": "NSDate swift extension to format dates relative to current date.",
"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",
"homepage": "https://github.com/bitomule/RelativeFormatter",
"license": "MIT",
"authors": {
"David Collado Sela": "bitomule@gmail.com"
},
"social_media_url": "http://twitter.com/bitomule",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bitomule/RelativeFormatter.git",
"tag": "0.4.0"
},
"source_files": "Source/*.swift",
"resources": "Source/RelativeFormatter.bundle",
"requires_arc": true
}