blob: 6bd99d014edb76f6fab7ee951b6079ea1f7b1d7d [file] [log] [blame]
{
"name": "KMAlertView",
"version": "0.0.2",
"summary": "一款自定义的AlertView 附带动画效果",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/hkm5558/KMAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hkm5558": "15112600181@163.com"
},
"source": {
"git": "https://github.com/hkm5558/KMAlertView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KMAlertView/Classes/*",
"public_header_files": "KMAlertView/Classes/*.h",
"subspecs": [
{
"name": "KMAlertStyle",
"source_files": "KMAlertView/Classes/KMAlertStyle/*.{h,m}",
"public_header_files": "KMAlertView/Classes/KMAlertStyle/*.h"
}
]
}