blob: a5538d3db038c1b822880839604d28098835c3c8 [file] [log] [blame]
{
"name": "KPStringExtensions",
"version": "1.0.0",
"summary": "object-c 辅助扩展工具(String)",
"description": "object-c 辅助扩展工具(String), String,后续会更新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/KPStringExtensions/**/*",
"frameworks": "Foundation",
"dependencies": {
"KPArrayExtensions": [
"~> 1.0.0"
]
}
}