blob: c49ee778189e2b5d6394c05274bc80f8eb59516d [file] [log] [blame]
{
"name": "KPArrayExtensions",
"version": "1.0.0",
"summary": "object-c 辅助扩展工具(Array)",
"description": "object-c 辅助扩展工具(Array), 更加方便的使用array,后续会更新swift版",
"homepage": "https://github.com/xuwaer/KPExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"${USER_NAME}": "${USER_EMAIL}"
},
"source": {
"git": "https://github.com/xuwaer/KPExtensions.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KPExtensions/KPArrayExtensions/**/*",
"frameworks": "Foundation"
}