blob: e214cb7d6e6f0e81898da0fd5ab425175634844c [file] [log] [blame]
{
"name": "SwiftSVGA",
"version": "1.0.1",
"summary": "A short description of SwiftSVGA.",
"description": "Swift.SVGA 详情 https://github.com/svga/SVGAPlayer-iOS",
"homepage": "https://github.com/zaishihuang/SwiftSVGA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zaishi": "zaishi.huang@gmail.com"
},
"source": {
"git": "https://github.com/zaishihuang/SwiftSVGA.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"SwiftSVGA/Classes/**/*.swift",
"SwiftSVGA/Classes/**/*"
],
"dependencies": {
"SwiftProtobuf": [
],
"ZIPFoundation": [
]
},
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}