blob: 08ca7e4473e3a5c74b36bee6f7f55b01922c35f4 [file] [log] [blame]
{
"name": "SwiftDate",
"version": "4.5.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",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/SwiftDate.git",
"tag": "4.5.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"module_name": "SwiftDate",
"resources": "Sources/SwiftDate/SwiftDate.bundle",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}