blob: 31e7c02054353fc5afeb9ef256706be3c28bd342 [file] [log] [blame]
{
"name": "YKWebPImage",
"version": "0.0.3",
"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.3"
},
"source_files": "YKWebPImage/**/*.{m,h}",
"requires_arc": true,
"vendored_frameworks": "WebP.framework",
"summary": "Plug and Play WebP support for iOS",
"description": "# YKWebPImage\nPlug 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."
}