[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 6 / SwiftySVGAPlayer / 1.3.9 / SwiftySVGAPlayer.podspec.json
blob042c64b167070ec4e7bcefe45f70f5f3387b8ed7
2   "name": "SwiftySVGAPlayer",
3   "version": "1.3.9",
4   "summary": "SwiftySVGAPlayer is a high level APIs based on SVGAPlayer.",
5   "description": "Support play svga according url or local svga data, default push svga in FIFO queue, and then pop to play, and you can set isInstant value true for cancel the queue.",
6   "social_media_url": "https://twitter.com/janlionly",
7   "homepage": "https://github.com/janlionly/SwiftySVGAPlayer",
8   "license": "Apache 2.0",
9   "authors": {
10     "janlionly": "janlionly@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/janlionly/SwiftySVGAPlayer.git",
14     "tag": "1.3.9"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "vendored_frameworks": "*.framework",
21   "frameworks": "UIKit",
22   "swift_versions": [
23     "4.2",
24     "5.0",
25     "5.1",
26     "5.2"
27   ],
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.2"
30   },
31   "dependencies": {
32     "SVGAPlayer": [
33       "2.3.5"
34     ]
35   },
36   "swift_version": "5.2"