[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / a / b / e / RxAudioVisual / 1.0.0 / RxAudioVisual.podspec.json
blobf5979dd98dca1ffb82bb509c89c7b63233b9d141
2   "name": "RxAudioVisual",
3   "version": "1.0.0",
4   "summary": "A reactive wrapper built around AVFoundation.",
5   "homepage": "https://github.com/keitaoouchi/RxAudioVisual",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "keitaoouchi": "keita.oouchi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/keitaoouchi/RxAudioVisual.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "RxAudioVisual/*.swift",
18   "frameworks": "AVFoundation",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "dependencies": {
26     "RxSwift": [
27       "~> 3.4"
28     ],
29     "RxCocoa": [
30       "~> 3.4"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"