Skip to content

Commit

Permalink
CaptureRecord (0.2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Nov 1, 2012
1 parent 8a895ce commit c6abd6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CaptureRecord/0.2.4/CaptureRecord.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "CaptureRecord"
s.version = "0.2.4"
s.summary = "User + Screen Recording iOS SDK."
s.description = <<-DESC
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.
DESC
s.homepage = "http://www.capturerecord.com"
s.license = 'GPL v3 / Cocoa Controls Commercial License Agreement (v1)'
s.author = { "Gabriel Handford" => "gabrielh@gmail.com" }
s.source = { :git => "https://github.com/gabriel/CaptureRecord.git", :tag => "0.2.4" }
s.platform = :ios, '5.0'
s.source_files = 'CaptureRecord/CaptureRecord/**/*.{h,m}'
s.requires_arc = true
s.frameworks = 'AssetsLibrary', 'AVFoundation', 'CoreMedia', 'CoreVideo'
end

0 comments on commit c6abd6e

Please sign in to comment.