blob: 6947ea94f75f7e2b229c99c2762b96c3c73792d4 [file] [log] [blame]
{
"name": "ZYQPhotoBrowser-NoDependency",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
"version": "1.1",
"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"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "NODEPENDENCY=11111"
}
}