[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 8 / 1 / RxAVFoundation / 0.1.0 / RxAVFoundation.podspec.json
blob511b89ae22e172fd171b9efc1c317a68b5dd6144
2   "name": "RxAVFoundation",
3   "version": "0.1.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": "0.1.0"
13   },
14   "social_media_url": "http://twitter.com/patrickmick",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/*.swift",
20   "dependencies": {
21     "RxSwift": [
22       "~> 2.3"
23     ],
24     "RxCocoa": [
25       "~> 2.3"
26     ]
27   }