There was an error while loading. Please reload this page.
1 parent f9dadf2 commit 1c8a4c4Copy full SHA for 1c8a4c4
RxMediaPicker.podspec
@@ -0,0 +1,13 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "RxMediaPicker"
3
+ s.version = "0.0.1"
4
+ s.summary = "A reactive wrapper built around UIImagePickerController."
5
+ s.homepage = "https://github.com/ruipfcosta/RxMediaPicker"
6
+ s.license = { :type => "MIT", :file => "LICENSE" }
7
+ s.authors = { "Rui Costa" => "rui.pfcosta@gmail.com" }
8
+ s.platform = :ios, "8.0"
9
+ s.source = { :git => 'https://github.com/ruipfcosta/RxMediaPicker.git', :tag => s.version }
10
+ s.source_files = "RxMediaPicker/*.swift"
11
+ s.requires_arc = true
12
+ s.dependency 'RxSwift', '~> 2.0'
13
+end
0 commit comments