blob: cecc8e6748a88ae1eaf6bd24e6473cc1dc2051cf [file] [log] [blame]
{
"name": "YKWebPImage",
"version": "0.0.1",
"homepage": "https://github.com/yakatak/YKWebPImage",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Yakatak": "support@yakatak.com"
},
"social_media_url": "https://twitter.com/yakatak",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yakatak/YKWebPImage.git",
"tag": "v0.0.1"
},
"source_files": "YKWebPImage/**/*.{m,h}",
"requires_arc": true,
"summary": "Plug and Play WebP support for iOS",
"dependencies": {
"libwebp": [
"0.4.3"
]
},
"description": "\t # YKWebPImage\n\t Plug and Play WebP Image support for iOS. It's as simple as installing the Pod. Under the hood, this library swizzles the init methods of `UIImage` and adds a lightweight header scan of the image data to check for WebP format, then decodes if a positive match is found.\n"
}