blob: 28a90707dc5f5bc3108b2cb07d91af01a79f93ac [file] [log] [blame]
{
"name": "AnimatedWebP",
"version": "1.0.0",
"license": "MIT",
"summary": "Decode an animated WebP in Swift 3",
"homepage": "https://github.com/tattn/AnimatedWebP",
"authors": {
"tattn (Tatsuya TANAKA)": "tanakasan2525@gmail.com"
},
"source": {
"git": "https://github.com/tattn/AnimatedWebP.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "Frameworks/WebP/WebP.framework"
},
"source_files": "Frameworks/WebP/WebP.framework/Headers/*.{h}",
"public_header_files": "Frameworks/WebP/WebP.framework/Headers/*.{h}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}