[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / a / 6 / SwiftySVGAPlayer / 1.2.5 / SwiftySVGAPlayer.podspec.json
blob72ca766571b4f37093235ae258d39d433b7901a0
2   "name": "SwiftySVGAPlayer",
3   "version": "1.2.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.2.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"
33     ]
34   },
35   "swift_version": "5.1"