blob: 76407abdefd2301acc7961a8e0fda5a33838ca1a [file] [log] [blame]
{
"name": "SRProximityRecord",
"version": "0.0.4",
"summary": "Record video or audio on iOS using the proximity sensor like Beme",
"description": "SRProximityRecord takes advantage of the proximity sensor on the iPhone to record video or audio.\n\nIt uses AVFoundation to record the video and is customizable via a series of properties. The SRProximityRecordDelegate will notifiy your class via a few methods when the proximity sensor is activated, when recording has started, and when it's stopped.",
"homepage": "http://stephenradford.me/replicating-bemes-record-with-the-proximity-sensor/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Radford": "steve228uk@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/steve228uk/SRProximityRecord.git",
"tag": "0.0.4"
},
"source_files": "*.swift",
"requires_arc": true
}