blob: bf675dc8d705e2c475e2a7b0991f2df535368343 [file] [log] [blame]
{
"name": "SwiftySVGAPlayer",
"version": "1.3.4",
"summary": "SwiftySVGAPlayer is a high level APIs based on SVGAPlayer.",
"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.",
"social_media_url": "https://twitter.com/janlionly",
"homepage": "https://github.com/janlionly/SwiftySVGAPlayer",
"license": "Apache 2.0",
"authors": {
"janlionly": "janlionly@gmail.com"
},
"source": {
"git": "https://github.com/janlionly/SwiftySVGAPlayer.git",
"tag": "1.3.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"vendored_frameworks": "*.framework",
"frameworks": "UIKit",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"dependencies": {
"SVGAPlayer": [
"2.3.5"
]
},
"swift_version": "5.1"
}