[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 6 / SwiftySVGAPlayer / 1.3.4 / SwiftySVGAPlayer.podspec.json
blobbf675dc8d705e2c475e2a7b0991f2df535368343
2   "name": "SwiftySVGAPlayer",
3   "version": "1.3.4",
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.4"
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   ],
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.2"
29   },
30   "dependencies": {
31     "SVGAPlayer": [
32       "2.3.5"
33     ]
34   },
35   "swift_version": "5.1"