[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / c / SwiftySoundRecorder / 0.0.1 / SwiftySoundRecorder.podspec.json
blobf212011aa608d58de0538aa98b2cfeccedc681b4
2   "name": "SwiftySoundRecorder",
3   "version": "0.0.1",
4   "summary": "A Swift ySound Recorder with Sound Wave Views.",
5   "homepage": "https://github.com/rcholic/SwiftySoundRecorder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "rcholic": "ivytony@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/rcholic/SwiftySoundRecorder.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*",
22   "resource_bundles": {
23     "SwiftySoundRecorder": [
24       "Images/*.{png}"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "AVFoundation"
30   ],
31   "dependencies": {
32     "SnapKit": [
33       "~> 0.22.0"
34     ],
35     "SCSiriWaveformView": [
36       "~> 1.0.3"
37     ],
38     "FDWaveformView": [
39       "~> 1.0.1"
40     ]
41   }