blob: 95a3ad0448f6a05a1c280a6c937fba3c01bc3441 [file] [log] [blame]
{
"name": "iOS-WebP-redistributed",
"platforms": {
"ios": null
},
"license": "MIT",
"version": "0.5r",
"homepage": "https://github.com/lucatk/iOS-WebP",
"summary": "WebP image decoder and encoder for iOS",
"authors": {
"Sean Ooi": "sean.ooi@me.com",
"Luca Killmaier": "lucakillmaier@lu-co.de"
},
"source": {
"git": "https://github.com/lucatk/iOS-WebP.git",
"tag": "0.5r"
},
"source_files": "iOS-WebP/*.{h,m}",
"requires_arc": true,
"dependencies": {
"libwebp": [
"~> 0.5.0"
]
}
}