blob: 26c54222e20e36aa5f8fd5308260b56d9c169640 [file] [log] [blame]
{
"name": "SwiftMoment",
"version": "0.5",
"summary": "A time and calendar manipulation library for iOS / macOS / tvOS / watchOS 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 supports iOS 8+, macOS 10.10+, tvOS 9+, watchOS 2+, Xcode 7 and Swift 2.2.",
"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",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/akosma/SwiftMoment.git",
"tag": "v0.5"
},
"source_files": "SwiftMoment/SwiftMoment",
"resources": "SwiftMoment/SwiftMoment/MomentFromNow.bundle"
}