blob: 6dd378ed23ae0a31cc9970d05a3aed39df5e1ccb [file] [log] [blame]
{
"name": "SwiftDate",
"version": "3.0.1",
"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.1"
},
"source_files": "SwiftDate_src/*.swift",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"module_name": "SwiftDate"
}