[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 4 / IQAudioRecorderController / 1.2.3 / IQAudioRecorderController.podspec.json
blobd276c708777017990a0cccd6d12cf91af34d3921
2   "name": "IQAudioRecorderController",
3   "version": "1.2.3",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQAudioRecorderController.git",
6     "tag": "v1.2.3"
7   },
8   "summary": "A drop-in universal library allows to record audio within the app with a nice User Interface.",
9   "homepage": "https://github.com/hackiftekhar/IQAudioRecorderController",
10   "license": "MIT",
11   "authors": {
12     "Iftekhar Qurashi": "hack.iftekhar@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "IQAudioRecorderController/**/*.{h,m}",
18   "public_header_files": [
19     "IQAudioRecorderController/IQAudioRecorderViewController.h",
20     "IQAudioRecorderController/IQAudioCropperViewController.h",
21     "IQAudioRecorderController/IQAudioRecorderConstants.h"
22   ],
23   "resources": "IQAudioRecorderController/Resources/*.*",
24   "frameworks": [
25     "AVFoundation",
26     "CoreAudio",
27     "CoreGraphics",
28     "CoreMotion",
29     "Foundation",
30     "UIKit"
31   ],
32   "dependencies": {
33     "SCSiriWaveformView": [
35     ]
36   },
37   "requires_arc": true