blob: 3b4e14038b1b1a101b19af80f54b115e14b0b545 [file] [log] [blame]
{
"name": "KPViewExtensions",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KPExtensions/KPViewExtensions/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"KPArrayExtensions": [
"~> 1.0.0"
],
"KPImageExtensions": [
"~> 1.0.0"
],
"KPMacro": [
"~> 1.0.0"
]
}
}