blob: 6137159b173fa48679925153256190b63e28c46b [file] [log] [blame]
{
"name": "swift-date",
"version": "0.0.1",
"summary": "A library to make working with dates and time easy.",
"description": "This framework provides a set of simple types for simple date and time computations such as:\n\n* calculating time deltas (how much time from **Date** to **Date**)\n* offseting dates by certain amount of time\n* parsing **String** into **Date**\n* syntax sugar for readable **Date** manipulation\n\n",
"homepage": "http://github.com/mdomans/swift-date",
"license": "MIT",
"authors": {
"mdomans": "mdomans@kgmail.pl"
},
"social_media_url": "http://twitter.com/mdomans",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mdomans/swift-date.git",
"tag": "0.0.1"
},
"source_files": "swift-date"
}