blob: 248f471f8bccd6622c266b00d72dfb566e02df56 [file] [log] [blame]
{
"name": "ImageButter",
"version": "1.0.0",
"summary": "Image viewer for iOS. Supports static and animated WebP, animated GIF, and standard iOS formats.",
"homepage": "https://github.com/dollarshaveclub/ImageButter",
"source": {
"git": "https://github.com/dollarshaveclub/ImageButter.git",
"tag": "1.0.0"
},
"license": "MIT",
"authors": {
"Dollar Shave Club": "http://engineering.dollarshaveclub.com",
"Dalton Cherry": "http://daltoniam.com"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"vendored_frameworks": "WebP.framework"
},
"frameworks": [
"ImageIO",
"MobileCoreServices",
"CoreGraphics"
],
"source_files": "*.{h,m}",
"requires_arc": true
}