blob: 04d45271759707b1967d2e3482877587727740f0 [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",
"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"
},
"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.1"
],
"DACircularProgress": [
"~> 2.1.0"
],
"SVProgressHUD": [
"~> 0.9"
]
}
}