Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created January 2, 2015 11:29
Show Gist options
  • Select an option

  • Save brynbellomy/ed3ba2a14b2e981f1fcb to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/ed3ba2a14b2e981f1fcb to your computer and use it in GitHub Desktop.
swiftz.podspec
Pod::Spec.new do |s|
s.name = 'swiftz'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = ''
s.authors = { 'Maxwell Swadling' => '' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/typelift/swiftz'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source_files = 'swiftz/*.swift'
s.requires_arc = true
s.source = { :git => 'https://github.com/typelift/swiftz.git', :branch => 'master' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment