blob: f4dfc44a480074a0d1870957010fffdb9ab64ba2 [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.5",
"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.5"
},
"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": {
"AFNetworking": [
],
"DACircularProgress": [
],
"pop": [
]
}
}