blob: c11f1d137d434d6b329b348d07adecc089a1e5cd [file] [log] [blame]
{
"name": "Imager",
"version": "1.0.1",
"summary": "An image viewer for iOS in Swift",
"description": "An delightful image viewer for iOS in Swift\"",
"homepage": "https://github.com/Meniny/Imager",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/Imager.git",
"tag": "1.0.1"
},
"social_media_url": "http://meniny.cn/",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": [
"Imager/Sources/**/*{.swift}",
"Imager/Imager.h"
],
"public_header_files": "Imager/Imager.h",
"resources": "Imager/Resources/Imager.bundle",
"frameworks": [
"Foundation",
"AVKit",
"AVFoundation",
"UIKit"
],
"dependencies": {
"Hue": [
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}