blob: 8f172cebbb8e0adca2a8dbf43c88da3c9544eb70 [file] [log] [blame]
{
"name": "NSDate+Countdown",
"version": "0.1.1",
"summary": "Converts a NSDate instance to readable text",
"description": " A date is shown if there are more than 24 hours \n left. If there are less than 24 hours left a \n string will be returned, it will have the \n following style:\n\n [hours]h [minutes]m [seconds]m\n",
"homepage": "https://github.com/JagCesar/NSDate-Countdown",
"license": "Unlicense",
"authors": {
"César Pinto Castillo": "cesar@jagcesar.se"
},
"source": {
"git": "https://github.com/JagCesar/NSDate-Countdown.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/JagCesar",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NSDate+Countdown/NSDate.swift"
}