blob: b1ed4830d60336d9985c5b4a0f043efcb8ea20c8 [file] [log] [blame]
{
"name": "IDMPhotoBrowser",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
"version": "1.8.1",
"homepage": "https://github.com/ideaismobile/IDMPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Eduardo Callado": "eduardo_tasker@hotmail.com"
},
"source": {
"git": "https://github.com/ideaismobile/IDMPhotoBrowser.git",
"tag": "1.8.1"
},
"platforms": {
"ios": "7.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": [
]
}
}