blob: 09e6f2f43f071e2e6fe96e07b6553bd93af1b3c8 [file] [log] [blame]
{
"name": "Testfire",
"version": "1.1.5",
"summary": "Testfire makes it easy to manage mobile testing with in-app test case management 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 exercise test cases and capture bugs. For QA teams, test case runs are automatically recorded and uploaded with bug reports, thereby eliminating the need to document \"steps to reproduce\".\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.1.5.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"
]
}