blob: 55511c3c738829b7cc1eda853277dca0faabab93 [file] [log] [blame]
{
"name": "KRE-IDMPhotoBrowser",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more. (Fork by smithkre)",
"version": "1.12.1",
"homepage": "https://github.com/smithkre/IDMPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Smith Krengkrud": "smith.kre@gmail.com"
},
"source": {
"git": "https://github.com/smithkre/IDMPhotoBrowser.git",
"tag": "1.12.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/*.{h,m}",
"resources": [
"Classes/IDMPhotoBrowser.bundle",
"Classes/IDMPBLocalizations.bundle"
],
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"CoreServices",
"Security"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"DACircularProgress": [
],
"pop": [
]
}
}