blob: 532b8099e2cac47426621a8d7e8d1d538cdad28d [file] [log] [blame]
{
"name": "FYLogger",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*.swift",
"Sources/*.h"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true
}