blob: 470941bcb5845159015887c1dc8ad510509d0f2a [file] [log] [blame]
{
"name": "CaptureRecord",
"version": "0.2.4",
"summary": "User + Screen Recording iOS SDK.",
"description": " Allows you to capture the screen, record the tester's face (using the device's front facing camera), record the tester's voice (using the device's microphone), record user input and touch events, and export as a single video to your camera roll. Its intended to be used to perform basic usability testing.\n",
"homepage": "http://www.capturerecord.com",
"license": "GPL v3 / Cocoa Controls Commercial License Agreement (v1)",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/CaptureRecord.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CaptureRecord/CaptureRecord/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"AssetsLibrary",
"AVFoundation",
"CoreMedia",
"CoreVideo"
]
}