blob: 64020f84806a0d6fd39b5eb46f74d7f6ad7ef29e [file] [log] [blame]
{
"name": "SwiftDate",
"version": "4.1.0",
"summary": "The best way to deal with Dates & Time Zones in Swift",
"homepage": "https://github.com/malcommac/SwiftDate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"source": {
"git": "https://github.com/malcommac/SwiftDate.git",
"tag": "4.1.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftDate",
"resources": "Sources/SwiftDate/SwiftDate.bundle",
"pushed_with_swift_version": "3.0"
}