blob: 74d8cdf556c952c0f25a9b302e6ff9bbff21c5f8 [file] [log] [blame]
{
"name": "CHPulseButton",
"version": "1.0.0",
"summary": "Custom Animated UIButton",
"description": "iOS Custom UIButton with Pulse animation written in swift and fully customizable with Interface Builder.",
"homepage": "https://github.com/CharlesHarroch/CHPulseButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles HARROCH": "charles.harroch@gmail.com"
},
"source": {
"git": "https://github.com/CharlesHarroch/CHPulseButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CHPulseButton/Classes/**/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}