blob: 05205bdac245b0c3efe7ac72d45063ae6ae68527 [file] [log] [blame]
{
"name": "Date",
"version": "0.1.0",
"summary": "A Swift Date Library.",
"homepage": "https://github.com/devxoul/Date.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Date.swift.git",
"tag": "0.1.0"
},
"source_files": "Date/Date.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}