blob: dc920d666437c026ca48af6df987a1218058569c [file] [log] [blame]
{
"name": "KeyPathExtension",
"version": "1.0.6",
"summary": "An extension of KeyPath in KVC for objc runtime.Describe complex logic with less code in KeyPath.Reduce programmer doing work.",
"homepage": "https://github.com/Meterwhite/KeyPathExtension",
"license": "MIT",
"authors": {
"Meterwhite": "meterwhite@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meterwhite/KeyPathExtension.git",
"tag": "1.0.6"
},
"source_files": "KeyPathExtension/**/*.{h,m}"
}