blob: fd1fb9ec791ef841d9e1476808b7bcdab011471e [file] [log] [blame]
{
"name": "SL4Swift",
"version": "0.0.1",
"summary": "Simple Logging Library for Swift",
"homepage": "https://github.com/53ningen/SL4Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hmhv": "gomi2ngen@gmail.com"
},
"source": {
"git": "https://github.com/53ningen/SL4Swift.git",
"tag": "0.0.1"
},
"source_files": "SL4Swift/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}