[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 7 / 8 / 1 / RxAVFoundation / 4.0.0 / RxAVFoundation.podspec.json
blob920c5a24c441493b9df7265cb033c9cef1682e0d
2   "name": "RxAVFoundation",
3   "version": "4.0.0",
4   "summary": "Functional Reactive (RxSwift) extensions for AVFoundations",
5   "homepage": "https://github.com/pmick/RxAVFoundation",
6   "license": "MIT",
7   "authors": {
8     "Patrick Mick": "patrickmick1@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pmick/RxAVFoundation.git",
12     "tag": "4.0.0"
13   },
14   "social_media_url": "http://twitter.com/patrickmick",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/RxAVFoundation/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 6.0"
25     ],
26     "RxCocoa": [
27       "~> 6.0"
28     ]
29   },
30   "swift_version": "5.0"