-
-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathIQAudioRecorderController.podspec.json
More file actions
38 lines (38 loc) · 1.23 KB
/
IQAudioRecorderController.podspec.json
File metadata and controls
38 lines (38 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "IQAudioRecorderController",
"version": "1.2.3",
"source": {
"git": "https://github.com/hackiftekhar/IQAudioRecorderController.git",
"tag": "v1.2.3"
},
"summary": "A drop-in universal library allows to record audio within the app with a nice User Interface.",
"homepage": "https://github.com/hackiftekhar/IQAudioRecorderController",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source_files": "IQAudioRecorderController/**/*.{h,m}",
"public_header_files": [
"IQAudioRecorderController/IQAudioRecorderViewController.h",
"IQAudioRecorderController/IQAudioCropperViewController.h",
"IQAudioRecorderController/IQAudioRecorderConstants.h",
"IQAudioRecorderController/IQPlaybackDurationView.h",
"IQAudioRecorderController/FDWaveformView/IQ_FDWaveformView.h"
],
"resources": "IQAudioRecorderController/Resources/*.*",
"frameworks": [
"AVFoundation",
"CoreAudio",
"CoreGraphics",
"CoreMotion",
"Foundation",
"UIKit"
],
"dependencies": {
"SCSiriWaveformView": []
},
"requires_arc": true
}