blob: b438c84a222042f54882e127d4a0dbfeb811eb9f [file] [log] [blame]
{
"name": "EzImageLoader",
"version": "3.3.0",
"summary": "image loader",
"homepage": "http://nagisaworks.com",
"license": {
"type": "MIT"
},
"authors": {
"asaday": ""
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/asaday/EzImageLoader.git",
"tag": "3.3.0"
},
"source_files": "sources/**/*.{swift,h,m}",
"ios": {
"vendored_frameworks": "frameworks/WebPDecoder.framework"
},
"tvos": {
"vendored_frameworks": "frameworks/WebPDecoderTV.framework"
},
"requires_arc": true,
"dependencies": {
"EzHTTP": [
]
},
"module_map": "resources/module.modulemap",
"private_header_files": [
"sources/webp.h",
"sources/CommonCrypto_re.h"
]
}