blob: 8738cbd0d5c8e19063ea701fbaa946c6cdb3587f [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.3.2",
"homepage": "https://github.com/ideaismobile/IDMPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Ideais Mobile": "mobile@ideais.com.br"
},
"source": {
"git": "https://github.com/ideaismobile/IDMPhotoBrowser.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h,m}",
"resources": "Classes/IDMPhotoBrowser.bundle",
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0.2"
],
"DACircularProgress": [
"~> 2.1.0"
],
"SVProgressHUD": [
"~> 1.0"
]
}
}