blob: 3fc6dca8ea847b33b3efb6b7a30e4eed81eef42e [file] [log] [blame]
{
"name": "ZKPulseView",
"version": "0.0.1",
"summary": "Creates Pulse Effect View",
"description": "Simple iOS UIView Category to create a Pulse (Breathing light) Effect",
"homepage": "https://github.com/zackhsuan/ZKPulseView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zack": "zackhsuan@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zackhsuan/ZKPulseView.git",
"tag": "0.0.1"
},
"source_files": "ZKPulseView/**/*.{h,m}",
"requires_arc": true
}