[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 8 / 1 / RxAVFoundation / 1.1.0 / RxAVFoundation.podspec.json
blob20d5ac4d0a8c74656641707e8e6f07965f8e7f8e
2   "name": "RxAVFoundation",
3   "version": "1.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": "1.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       "~> 3.0"
23     ],
24     "RxCocoa": [
25       "~> 3.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"