[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / d / SRProximityRecord / 0.0.4 / SRProximityRecord.podspec.json
blob76407abdefd2301acc7961a8e0fda5a33838ca1a
2   "name": "SRProximityRecord",
3   "version": "0.0.4",
4   "summary": "Record video or audio on iOS using the proximity sensor like Beme",
5   "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.",
6   "homepage": "http://stephenradford.me/replicating-bemes-record-with-the-proximity-sensor/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Radford": "steve228uk@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/steve228uk/SRProximityRecord.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "*.swift",
22   "requires_arc": true