[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / 5 / e / SVGPlayButton / 0.2.3 / SVGPlayButton.podspec.json
blobf24a250943a0c8c26bf4da1c2affaa1d5802aa47
2   "name": "SVGPlayButton",
3   "version": "0.2.3",
4   "summary": "A circular play/pause button with progress track.",
5   "description": "This is a button to most likely use for playing audio or video. It 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.2.3"
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"