[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / e / SVGPlayButton / 0.4.0 / SVGPlayButton.podspec.json
blobbd61da3070b6460493cb9fcce179195d106cee8b
2   "name": "SVGPlayButton",
3   "version": "0.4.0",
4   "summary": "A circular play/pause button with progress track.",
5   "description": "The button toggles between 'play' and 'pause', has a circle around it, and has the capability to display a 'progress track' as whatever you've wired it up to play, plays. It's a sub-class of UIButton and all visual elements are SVG which means it will scale infinitely up and/or down. The example app demonstrates some of this capability via a slider.",
6   "homepage": "https://github.com/maml/SVGPlayButton",
7   "license": "MIT",
8   "authors": {
9     "Matthew Loseke": "mloseke@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maml/SVGPlayButton.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/mattloseke",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SVGPlayButton": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"