blob: e4e8b19b233151fba7233fa04264d127da421bef [file] [log] [blame]
{
"name": "SwiftMoment",
"version": "0.1.0",
"summary": "A time and calendar manipulation library for iOS 8+ written in Swift",
"description": " This framework is inspired by Moment.js. Its objectives are the following:\n\n * Simplify the manipulation and readability of date and interval values.\n * Provide help when parsing dates from various string representations.\n * Simplifying the formatting of date information into strings.\n * Streamlining getting date components (day, month, etc.) from dates and time intervals.\n\n This framework targets iOS 8 and later exclusively.\n",
"homepage": "http://akosma.github.io/SwiftMoment/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Adrian Kosmaczewski": "akosma@me.com"
},
"social_media_url": "http://twitter.com/akosma",
"platforms": {
"ios": "8.1"
},
"source": {
"git": "https://github.com/akosma/SwiftMoment.git",
"tag": "v0.1.0"
},
"source_files": "SwiftMoment",
"requires_arc": true
}