blob: 7a9d9ec09ac0d029dce247dd76a7dbb8a0124ff4 [file] [log] [blame]
{
"name": "KingfisherWebP",
"version": "0.2.1",
"summary": "A Kingfisher extension helping you process webp format",
"description": "KingfisherWebP is an extension of the popular library [Kingfisher](https://github.com/onevcat/Kingfisher), providing a ImageProcessor and CacheSerializer for you to conveniently handle the WebP format.",
"homepage": "https://github.com/yeatse/KingfisherWebP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yang Chao": "iyeatse@gmail.com"
},
"source": {
"git": "https://github.com/yeatse/KingfisherWebP.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/yeatse",
"platforms": {
"ios": "8.0"
},
"source_files": "KingfisherWebP/Classes/**/*",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"watchos": {
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
},
"dependencies": {
"Kingfisher": [
"~> 3.0"
],
"libwebp": [
]
},
"pushed_with_swift_version": "3.0"
}