| { |
| "name": "Nuke+WebP", |
| "version": "6.0", |
| "summary": "A powerful image loading and caching framework", |
| "description": "A powerful image loading and caching framework which allows for hassle-free image loading in your app - often in one line of code.", |
| "homepage": "https://github.com/ryokosuge/Nuke-WebP", |
| "license": "MIT", |
| "authors": "ryokosuge", |
| "social_media_url": "https://twitter.com/ryo_kosuge", |
| "source": { |
| "git": "https://github.com/ryokosuge/Nuke-WebP.git", |
| "tag": "6.0" |
| }, |
| "requires_arc": true, |
| "module_name": "NukeWebP", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0" |
| }, |
| "source_files": [ |
| "Sources/**/*.swift", |
| "Sources/WebP/*.{h,m}" |
| ], |
| "xcconfig": { |
| "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src" |
| }, |
| "dependencies": { |
| "libwebp": [ |
| "0.6.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0", |
| "deprecated_in_favor_of": "Nuke-WebP-Plugin" |
| } |