Skip to content

Commit 1c8a4c4

Browse files
committed
Added podspec file.
1 parent f9dadf2 commit 1c8a4c4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RxMediaPicker.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)