blob: 0a161702230d2ac33e8e93b6f033207256489178 [file] [log] [blame]
{
"name": "SwiftMoment",
"version": "0.3",
"summary": "A time and calendar manipulation library for iOS 9+ 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\nThis framework targets iOS 9, OS X 10.10, Xcode 7 and Swift 2.0 and later exclusively.",
"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.0"
},
"source": {
"git": "https://github.com/akosma/SwiftMoment.git",
"tag": "v0.3"
},
"source_files": "SwiftMoment/SwiftMoment",
"requires_arc": true
}