[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 6 / c / e / RxMediaPicker / 0.0.1 / RxMediaPicker.podspec.json
blob562110e2937502595ac459a20b881ab863863f63
2   "name": "RxMediaPicker",
3   "version": "0.0.1",
4   "summary": "A reactive wrapper built around UIImagePickerController.",
5   "homepage": "https://github.com/ruipfcosta/RxMediaPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rui Costa": "rui.pfcosta@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ruipfcosta/RxMediaPicker.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "RxMediaPicker/*.swift",
21   "requires_arc": true,
22   "dependencies": {
23     "RxSwift": [
24       "~> 2.0"
25     ]
26   }