blob: df637f3ee14ab0ec80c33bb380fae02224c68f7a [file] [log] [blame]
{
"name": "MirrorMe",
"version": "1.0.0",
"summary": "MirrorMe makes it easy to manage mobile testing with in-app screen capture and video recording of bugs.",
"description": "MirrorMe provides a unified framework for QA, UAT and beta testing of mobile apps. With the MirrorMe SDK embedded in an app, users can capture screenshots and record video of captured bugs.\n\nUAT and beta testers can use the same framework to submit annotated screenshots and video recordings of issues as well. Issues and videos can be replayed on the MirrorMe dashboard, complete with touch data representing all of the users' interactions in an app.",
"homepage": "https://mirror.me",
"documentation_url": "http://docs.mirror.me",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2014 MirrorMe\n All rights reserved. Terms of use as defined at http://www.mirror.me applies.\n"
},
"authors": {
"MirrorMe": "support@mirror.me"
},
"source": {
"http": "http://testfire-downloads.s3.amazonaws.com/ios/MirrorMe-1.0.0.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MirrorMe/MirrorMe.framework/Versions/A/Headers/*.h",
"resources": "MirrorMe/Resources/*",
"preserve_paths": "MirrorMe/MirrorMe.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/MirrorMe/MirrorMe\""
},
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreGraphics",
"CoreTelephony",
"CoreVideo",
"Foundation",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration",
"UIKit",
"MirrorMe"
]
}