blob: 0b748f6a9ed41317813d0cc129bad93db6ee0497 [file] [log] [blame]
{
"name": "Timepiece",
"version": "0.1.0",
"summary": "Swift extensions to access dates in an intuitive way",
"homepage": "https://github.com/naoty/Timepiece",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Naoto Kaneko": "naoty.k@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/naoty/Timepiece.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}