blob: 4a475a57a94b155582beda684cbb6c10419798cf [file] [log] [blame]
{
"name": "YYImage_MN",
"version": "0.2.0",
"summary": "Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.",
"homepage": "https://github.com/MagicNarwhal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bessilko@mera.ru": "ebessilko@mera.ru"
},
"source": {
"git": "https://github.com/ebessilko/coolImages.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "YYImage_MN/*.{h,m}",
"public_header_files": "YYImage_MN/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"AssetsLibrary",
"ImageIO",
"Accelerate",
"MobileCoreServices"
]
},
{
"name": "WebP",
"dependencies": {
"YYImage_MN/Core": [
]
},
"ios": {
"vendored_frameworks": "Vendor/WebP.framework"
}
}
]
}