blob: 995354d95ae8cfa0d6a51f707c08ca31c87a0434 [file] [log] [blame]
{
"name": "SwiftDate",
"version": "4.0.2",
"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.0.2"
},
"source_files": "src/**/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftDate",
"resources": "src/Support/SwiftDate.bundle",
"exclude_files": "src/Package.swift"
}