blob: ec3db57c3ade30f5c9d28e38c4c238e7868d4fda [file] [log] [blame]
{
"name": "CAPKit-iOS-WebP",
"platforms": {
"ios": "7.0.0"
},
"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/successinfo-org/iOS-WebP.git",
"tag": "0.4"
},
"source_files": "iOS-WebP/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CAPKit-libwebp": [
"~> 0.5.0"
]
}
}