blob: 831a708aed151315e4030a01c0be39d5d53d0c15 [file] [log] [blame]
{
"name": "KPViewExtensions",
"version": "1.0.3",
"summary": "object-c 辅助扩展工具(view)",
"description": "object-c 辅助扩展工具(view), view,后续会更新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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KPExtensions/KPViewExtensions/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"KPArrayExtensions": [
"~> 1.0.0"
],
"KPImageExtensions": [
"~> 1.0.0"
],
"KPMacro": [
"~> 1.0.0"
]
}
}