blob: b0fb4e84236a83c0b01024407d7272eecf0d5c4b [file] [log] [blame]
{
"name": "KingfisherWebP-module",
"version": "0.7.0",
"swift_versions": "5.0",
"summary": "A Kingfisher extension helping you process webp format - staticlib",
"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. --staticlib",
"homepage": "https://github.com/yeatse/KingfisherWebP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yang Chao": "iyeatse@gmail.com"
},
"source": {
"git": "https://github.com/SvenFang/KingfisherWebP.git",
"tag": "0.7.0"
},
"social_media_url": "https://twitter.com/yeatse",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
},
"static_framework": true,
"source_files": "KingfisherWebP/Classes/**/*",
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src",
"DEFINES_MODULE": "YES"
},
"tvos": {
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
},
"osx": {
"pod_target_xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src",
"DEFINES_MODULE": "YES"
}
},
"watchos": {
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
},
"dependencies": {
"Kingfisher": [
"~> 5.8"
],
"libwebp": [
">= 0.5.0"
]
},
"swift_version": "5.0"
}