blob: 97114c2e42467c95908c79ba0c6b692f4f4b9d30 [file] [log] [blame]
{
"name": "RSPlayPauseButton",
"version": "1.0.0",
"summary": "Play/pause button that nicely morphs between the two states",
"description": " A UIControl with a play/pause icon that nicely morphs between the two.\n You can choose from [two morphing styles](http://vimeo.com/raphaelschaad/rsplaypausebutton): Split, and Split & Rotate.\n",
"homepage": "https://github.com/raphaelschaad/RSPlayPauseButton",
"screenshots": "https://raw.githubusercontent.com/raphaelschaad/RSPlayPauseButton/master/Images/rsplaypausebutton-morph-animation.gif",
"license": {
"type": "Public domain",
"file": "LICENSE.md"
},
"authors": {
"Raphael Schaad": "raphael.schaad@gmail.com"
},
"social_media_url": "https://twitter.com/raphaelschaad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/raphaelschaad/RSPlayPauseButton.git",
"tag": "1.0.0"
},
"source_files": "RSPlayPauseButtonDemo/RSPlayPauseButton/*.{h,m}",
"requires_arc": true
}