Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

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

Select an option

Save brynbellomy/eccdd84f12ec96493770 to your computer and use it in GitHub Desktop.
SwiftSets.podspec
Pod::Spec.new do |s|
s.name = 'SwiftSets'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Set types built for Swift'
s.authors = { 'Nate Cook' => '' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/natecook1000/SwiftSets'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.source_files = 'Set.swift'
s.requires_arc = true
#s.source = { :git => 'https://github.com/natecook1000/SwiftSets.git', :branch => 'master' }
s.source = { :git => 'https://gist.github.com/3ac4c3e39e755e524aee.git' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment