blob: 7c32f5b6e487ceb96089bcd83093f7ede6c3d000 [file] [log] [blame]
{
"name": "SwiftDate",
"version": "1.0.11",
"summary": "Swift library to easily manage NSDate objects (swift-2.0 is the branch for swift 2.0 compatibility version)",
"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.11"
},
"source_files": "SwiftDate/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"module_name": "SwiftDate"
}