blob: eefda0636eed71d6b5f99c1caf3715da371fa38b [file] [log] [blame]
{
"name": "Ohayou",
"version": "1.0.0",
"summary": "Swifty Date",
"description": "Ohayou creates a value-type representation of NSDate with convenience methods.",
"homepage": "https://github.com/bradhilton/Ohayou",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/Ohayou.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Ohayou",
"Ohayou/**/*.{swift,h,m}"
],
"requires_arc": true
}