blob: 8c5b3f7caba056cb6534f70a48fa3ff7cca70f61 [file] [log] [blame]
{
"name": "JCImageViewer",
"version": "1.0.1",
"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.1"
},
"source_files": "JCImageViewer/JCImageViewer/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}