blob: 35db7d1b405aaa3418cb6dafbfee1b77c208ea99 [file] [log] [blame]
{
"name": "Dawn",
"module_name": "Dawn",
"version": "2.0.0",
"summary": "A tiny library to make using Date easier.",
"homepage": "https://github.com/Meniny/Dawn",
"license": "MIT",
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/Dawn.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Dawn/**/*.{swift,h}",
"public_header_files": "Dawn/**/*.h",
"resources": "Dawn/Resources/Dawn.bundle",
"requires_arc": true,
"swift_version": "4.1",
"frameworks": "Foundation"
}