[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / 1 / RxAVFoundation / 1.2.0 / RxAVFoundation.podspec.json
blob4f28444d72ca120671390ebce34807bd7f5cec4b
2   "name": "RxAVFoundation",
3   "version": "1.2.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": "1.2.0"
13   },
14   "social_media_url": "http://twitter.com/patrickmick",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*.swift",
21   "dependencies": {
22     "RxSwift": [
23       "~> 3.0"
24     ],
25     "RxCocoa": [
26       "~> 3.0"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"