blob: 5bf3d65d21300ba80fc465c41fd2269fcce04d0d [file] [log] [blame]
{
"name": "ZYQPhotoBrowser",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
"version": "1.0",
"homepage": "https://github.com/heroims/ZYQPhotoBrowser",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"Eduardo Callado": "eduardo_tasker@hotmail.com"
},
"source": {
"git": "https://github.com/heroims/ZYQPhotoBrowser.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security"
],
"source_files": "ZYQPhotoBrowser/*.{h,m}",
"resources": [
"ZYQPhotoBrowser/ZYQPhotoBrowser.bundle",
"ZYQPhotoBrowser/ZYQPBLocalizations.bundle"
],
"dependencies": {
"SDWebImage": [
"4.0.0"
],
"SDWebImage/GIF": [
"4.0.0"
],
"DACircularProgress": [
]
}
}