blob: 8394e6f18eb4095c3436e0b87dd630aea2d637dd [file] [log] [blame]
{
"name": "SSBouncyButton",
"version": "1.0.7",
"summary": "iOS7-style bouncy button.",
"homepage": "http://github.com/StyleShare/SSBouncyButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/StyleShare/SSBouncyButton.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"source_files": "SSBouncyButton/*.{h,m}",
"requires_arc": true,
"dependencies": {
"BRYSerialAnimationQueue": [
"~> 1.0"
],
"UIColor-Hex": [
"~> 0.1"
],
"UIImage+BetterAdditions": [
"~> 2.0"
]
}
}