[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 6 / b / swift-date / 0.0.1 / swift-date.podspec.json
blob6137159b173fa48679925153256190b63e28c46b
2   "name": "swift-date",
3   "version": "0.0.1",
4   "summary": "A library to make working with dates and time easy.",
5   "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",
6   "homepage": "http://github.com/mdomans/swift-date",
7   "license": "MIT",
8   "authors": {
9     "mdomans": "mdomans@kgmail.pl"
10   },
11   "social_media_url": "http://twitter.com/mdomans",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/mdomans/swift-date.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "swift-date"