blob: 621b3914187d038482d5446fb45ee35a721f106d [file] [log] [blame]
{
"name": "FYMSL",
"version": "0.0.1",
"summary": "A tool for logging method swizzing and VC lifecycle",
"description": "\"A tool for logging method swizzing and VC lifecycle\"",
"homepage": "https://github.com/ifgyong/FYMSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ifgyong": "fgyong214@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ifgyong/FYMSL.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"FYMSL/**/*.{h,m,c}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}