[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / c / SwiftySoundRecorder / 0.0.9 / SwiftySoundRecorder.podspec.json
blobd77da3e313333034a13babbf9ff26b1c41c58405
2   "name": "SwiftySoundRecorder",
3   "version": "0.0.9",
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.9"
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     "SCSiriWaveformView": [
34     ],
35     "FDWaveformViewForked": [
36       "~> 0.5.0"
37     ]
38   }