blob: 3db2e3b249e9ecf3214ce63a6c92dd2e8e36509a [file] [log] [blame]
{
"name": "OOPhotoBrowser",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
"version": "2.0.8",
"homepage": "https://github.com/oliveroneill/OOPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Oliver ONeill": "oliveroneill@users.noreply.github.com"
},
"source": {
"git": "https://github.com/oliveroneill/OOPhotoBrowser.git",
"tag": "2.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/*.{h,m}",
"resources": [
"Classes/IDMPhotoBrowser.bundle",
"Classes/IDMPBLocalizations.bundle"
],
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"DACircularProgress": [
],
"pop": [
]
}
}