blob: 0e7d229a356d693d69093d32b4b7e43136cf598e [file] [log] [blame]
{
"name": "Testfire",
"version": "1.2.12",
"summary": "Testfire makes it easy to manage mobile testing with in-app screen capture and video recording of bugs.",
"description": " Testfire provides a unified framework for QA, UAT and beta testing of mobile apps. With the Testfire SDK embedded in an app, users can capture screenshots and record video of captured bugs.\n\n UAT 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 Testfire dashboard, complete with touch data representing all of the users' interactions in an app.\n",
"homepage": "https://testfire.io",
"documentation_url": "http://docs.testfire.io",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2014 Testfire\n All rights reserved. Terms of use as defined at http://testfire.io applies.\n"
},
"authors": {
"Testfire": "support@testfire.io"
},
"source": {
"http": "http://testfire-downloads.s3.amazonaws.com/ios/Testfire-1.2.12.zip"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "Testfire/Testfire.framework/Versions/A/Headers/*.h",
"resources": "Testfire/Resources/*",
"preserve_paths": "Testfire/Testfire.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Testfire/Testfire\""
},
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreGraphics",
"CoreTelephony",
"CoreVideo",
"Foundation",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration",
"UIKit",
"Testfire"
]
}