blob: d0eaa6725363f0782b6bca06fdd817f46782a24c [file] [log] [blame]
{
"name": "JCImageViewer",
"version": "1.0.0",
"summary": "An image viewer with magic transition animation.",
"description": "An image viewer with magic transition animation used on iOS, implemented by Objective-C.",
"homepage": "https://github.com/cjch/JCImageViewer",
"license": "MIT (LICENSE)",
"authors": {
"cjch": "350765427@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cjch/JCImageViewer.git",
"tag": "1.0.0"
},
"source_files": "JCImageViewer/JCImageViewer/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}