blob: 48ab2cd2048c1ff72e7e364219cc7e6abc63b3ac [file] [log] [blame]
{
"name": "KeyPath",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}