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