blob: b4cab7379a5546c49689e78ceb071aa63496f219 [file] [log] [blame]
{
"name": "BugCapture",
"version": "1.0.0",
"summary": "BugCapture creates screencasts of your iOS testing sessions.",
"description": "While testing an app, BugCapture records the content of your screen. If an bug occures, the tester can access the BugCapture menu by taking a screenshot. There they can easily replay the video of their testing sessions and share it with the developers.\n\nYou need an key for this Pod! Mail to info@appdafuer.com to get one.",
"homepage": "http://www.appdafuer.com",
"license": {
"type": "Commercial",
"text": "Copyright (c) 2016, Appdafuer - Michael Kugler & Daniel Leberle GbR (Germany).\\nAll rights reserved.\\n"
},
"authors": {
"Appdafuer": "info@appdafuer.com"
},
"social_media_url": "https://twitter.com/BugCapture",
"source": {
"http": "http://downloads.bugcapture.com/BugCapture_1.0.0.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "BugCapture.framework/Headers/*.{h}",
"preserve_paths": "BugCapture.framework",
"source_files": [
"BugCapture.framework/Headers/*.{h}",
"BugCapture.framework"
],
"vendored_frameworks": "BugCapture.framework",
"frameworks": [
"Foundation",
"UIKit",
"AVKit",
"AVFoundation"
],
"user_target_xcconfig": {
"EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES"
}
}