blob: d253af4474f6c88cf7477dc5af6fd2b9505f6d9c [file] [log] [blame]
{
"name": "SwiftDate",
"version": "6.2.0",
"summary": "The best way to deal with Dates & Time Zones in Swift",
"homepage": "https://github.com/malcommac/SwiftDate.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "hello@danielemargutti.com"
},
"social_media_url": "https://twitter.com/danielemargutti",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/SwiftDate.git",
"tag": "6.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_versions": [
"5.0",
"5.1"
],
"resources": "Sources/SwiftDate/Formatters/RelativeFormatter/langs",
"swift_version": "5.1"
}