blob: 9697c7930d427a4cb3f6b27a774d27ad8021a2f9 [file] [log] [blame]
{
"name": "BugCapture",
"version": "0.1.12",
"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_0.1.12.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "BugCapture.framework/Headers/*.{h}",
"preserve_paths": "BugCapture.framework",
"vendored_frameworks": "BugCapture.framework",
"frameworks": [
"Foundation",
"UIKit",
"AVKit",
"AVFoundation"
]
}