blob: 81d972de15a485fba61eaf8c6059550c06de5bc2 [file] [log] [blame]
{
"name": "LFRuntimekit",
"version": "1.0.1",
"summary": "A easy way to using runtime.",
"description": "LFRuntimekit is a tool for using runtime on the iOS platform.",
"homepage": "https://github.com/loyfo/LFRuntimeKit",
"license": "MIT",
"authors": {
"loyfo": "hwp_163@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/loyfo/LFRuntimeKit.git",
"tag": "1.0.1"
},
"source_files": [
"LFRuntimeKit",
"RunTimeExDemo/LFRuntimeKit/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"Foundation"
],
"requires_arc": true
}