blob: 5b41a3ca11acbbf22435db5c655ccd6305b8bbea [file] [log] [blame]
{
"name": "FYLogger",
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/syxc/FYLogger",
"authors": {
"syxc": "gaibing2009@gmail.com"
},
"summary": "A tiny logging framework for iOS",
"source": {
"git": "https://github.com/syxc/FYLogger.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"FYLogger/Source/*.swift"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}