blob: 85a65c0af3d3ad1c01c4938b5b18c7309e695539 [file] [log] [blame]
{
"name": "AnimatedButton",
"version": "1.0.0",
"authors": {
"John Gluszak": "john.gluszak@gmail.com"
},
"summary": "A UIButton with bounce and fade animations",
"homepage": "https://github.com/johngluszak/animated-ios-button",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/johngluszak/animated-ios-button.git",
"tag": "1.0.0"
},
"source_files": "**/*.{h,m}"
}