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