[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / a / b / e / RxAudioVisual / 1.2.0 / RxAudioVisual.podspec.json
blobe65daba72219fb6bc97bb1bb7afe46937e09998a
2   "name": "RxAudioVisual",
3   "version": "1.2.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.2.0"
16   },
17   "source_files": "RxAudioVisual/*.{swift,h}",
18   "frameworks": "AVFoundation",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ]
32   }