blob: e1389561d0ef1bfba1be1aa1b0428a86ea6bf7e8 [file] [log] [blame]
{
"name": "FYLogger",
"version": "0.82",
"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.82"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"FYLogger/Source/*.{swift, h}",
"FYLogger/*.h"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}