blob: 6a8fdf97d0305f0651aa59be3ea9f4233443ade6 [file] [log] [blame]
{
"name": "SwiftDate",
"version": "3.0.8",
"summary": "Swift library to easily manage dates; also with varying time zones, calendars and locales",
"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": "3.0.8"
},
"source_files": "Sources/SwiftDate/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftDate"
}