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