Remove iOS reference in podspec
This commit is contained in:
parent
17a1f9d421
commit
d6c2cfca8b
|
|
@ -29,7 +29,6 @@ Pod::Spec.new do |s|
|
|||
s.author = { "Krunoslav Zaher" => "krunoslav.zaher@gmail.com" }
|
||||
s.source = { :git => "https://github.com/kzaher/RxSwift.git", :tag => s.version.to_s }
|
||||
|
||||
s.platform = :ios, '8.0'
|
||||
s.requires_arc = true
|
||||
|
||||
s.source_files = 'RxSwift/RxSwift/**/*'
|
||||
|
|
|
|||
Loading…
Reference in New Issue