blob: 77e26fd3d5173c0f4e2e0a63c19fc4cbfbd35c46 [file] [log] [blame]
{
"name": "Imagery",
"version": "1.0.0",
"summary": "A lightweight library for downloading and cacheing image from the web.",
"homepage": "https://meniny.cn/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elias Abel": "meniny@qq.com"
},
"social_media_url": "https://meniny.cn",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Meniny/Imagery.git",
"tag": "1.0.0"
},
"source_files": [
"Imagery/*.swift",
"Imagery/Imagery.h",
"Imagery/Imagery.swift"
],
"public_header_files": [
"Imagery/Imagery.h"
],
"osx": {
"exclude_files": [
"Imagery/AnimatedImageView.swift",
"Imagery/UIButton+Imagery.swift"
]
},
"watchos": {
"exclude_files": [
"Imagery/AnimatedImageView.swift",
"Imagery/UIButton+Imagery.swift",
"Imagery/ImageView+Imagery.swift",
"Imagery/NSButton+Imagery.swift",
"Imagery/Indicator.swift",
"Imagery/Filter.swift"
]
},
"ios": {
"exclude_files": "Imagery/NSButton+Imagery.swift"
},
"tvos": {
"exclude_files": "Imagery/NSButton+Imagery.swift"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CFNetwork",
"ImageIO",
"CoreGraphics",
"Accelerate",
"CoreImage"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}