blob: d9a40bb674e63aeb85a48f405978c51c5993649d [file] [log] [blame]
{
"name": "AnimatablePlayButton",
"version": "1.0.0",
"summary": "Animated Play and Pause Button written in Swift2.0, using CALayer, CAKeyframeAnimation.",
"homepage": "https://github.com/suzuki-0000/AnimatablePlayButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suzuki_keishi": "keishi.1983@gmail.com"
},
"source": {
"git": "https://github.com/suzuki-0000/AnimatablePlayButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AnimatablePlayButton/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}