[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / 4 / PlayButton / 0.1.0 / PlayButton.podspec.json
blob79d6033c77e6fefae9659e0231576380710bf4d2
2   "name": "PlayButton",
3   "version": "0.1.0",
4   "summary": "A subclass on UIButton that animates its state between a playing and a paused state.",
5   "description": "This CocoaPod is a small part of a feature upcoming media player, that is currently under development and will be open sourced once its stable. Since the button itself can be used in other projects as a button that switches between play and pause, it makes sense to have it as a separate CocoaPod. The special thing about the animation is that the CAKeyframe animation reverses when the user touches the button during animation. Since this is still not working 100% it remains in a different branch and is open for testing.",
6   "homepage": "https://github.com/fruitcoder/PlayButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Hüllmandel": "alx91@me.com"
13   },
14   "source": {
15     "git": "https://github.com/fruitcoder/PlayButton.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/hllmandel",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PlayButton/Classes/**/*"