[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 6 / SwiftySVGAPlayer / 1.3.5 / SwiftySVGAPlayer.podspec.json
blob73d1f2020a649bf592daed2aa64a264b6d33edbb
2   "name": "SwiftySVGAPlayer",
3   "version": "1.3.5",
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.5"
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"