blob: df57f77eee21a4e5fc5210b96cf8f9dde20be2ff [file] [log] [blame]
{
"name": "iOS-WebP",
"platforms": {
"ios": null
},
"license": "MIT",
"version": "0.4",
"homepage": "https://github.com/seanooi/iOS-WebP",
"summary": "WebP image decoder and encoder for iOS",
"authors": {
"Sean Ooi": "sean.ooi@me.com"
},
"source": {
"git": "https://github.com/seanooi/iOS-WebP.git",
"tag": "0.4"
},
"source_files": "iOS-WebP/*.{h,m}",
"requires_arc": true,
"dependencies": {
"libwebp": [
"~> 0.4.2"
]
}
}