blob: 85d5f2502082c25a07f81b45dee63be167078503 [file] [log] [blame]
{
"name": "RFLPhotoBrowser",
"summary": "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more.",
"version": "1.5.9",
"homepage": "https://github.com/ideaismobile/IDMPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Ideais Mobile": "mobile@ideais.com.br"
},
"source": {
"git": "https://github.com/shhommatsu/RFLPhotoBrowser.git",
"tag": "1.5.9"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h,m}",
"resources": [
"Classes/RFLPhotoBrowser.bundle",
"Classes/RFLPBLocalizations.bundle"
],
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security",
"AssetsLibrary",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"DACircularProgress": [
],
"pop": [
]
}
}