blob: 5a1c673753c704415bd9b5b7b73206495b51200c [file] [log] [blame]
{
"name": "SwiftDate",
"version": "1.0.9",
"summary": "Swift (1.2+) library to easily manage NSDate objects",
"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": "1.0.9"
},
"source_files": "SwiftDate/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"module_name": "SwiftDate"
}