blob: 12f4d770c6ef829e372480ade4b8b06c7ef8edcf [file] [log] [blame]
{
"name": "LFRuntimekit",
"version": "1.0.0",
"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.0"
},
"source_files": [
"RunTimeExDemo",
"RunTimeExDemo/LFRuntimeKit/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"Foundation"
],
"requires_arc": true
}