blob: 7b0648b389514fa8fb367e85b8dd6deaa87a0d9f [file] [log] [blame]
{
"name": "SwiftySVGAPlayer",
"version": "1.0",
"summary": "SwiftySVGAPlayer is a high level APIs based on SVGAPlayer.",
"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.0"
},
"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"
]
},
"swift_version": "5.1"
}