Skip to content

Instantly share code, notes, and snippets.

@siuying
Created August 8, 2017 09:53
Show Gist options
  • Save siuying/03e07d41000cfea4aaee9a37147e0ca9 to your computer and use it in GitHub Desktop.
Save siuying/03e07d41000cfea4aaee9a37147e0ca9 to your computer and use it in GitHub Desktop.
#
# Be sure to run `pod lib lint RxOptional.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'RxOptional'
s.version = '3.1.3'
s.summary = 'RxSwift extensions for Swift optionals and Occupiable types'
s.description = <<-DESC
RxSwift extensions for Swift optionals and "Occupiable" types.
DESC
s.homepage = 'https://github.com/RxSwiftCommunity/RxOptional'
s.license = 'MIT'
s.author = { 'Thane Gill' => 'me@thanegill.com' }
s.source = {
:git => 'https://github.com/RxSwiftCommunity/RxOptional.git',
:tag => s.version.to_s
}
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'Source/*.swift'
s.dependency 'RxSwift'
s.dependency 'RxCocoa'
s.frameworks = 'Foundation'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment