blob: 797873e3eb6c522ac91458e28275f250c6399d8f [file] [log] [blame]
{
"name": "KeyPath",
"version": "1.0.1",
"summary": "Key path string generator in iOS",
"description": "An iOS utility to generate key path string easily with short code",
"homepage": "https://github.com/zhooleen/KeyPath",
"license": "MIT",
"authors": {
"lzhu": "1064946958@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhooleen/KeyPath.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}