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/95b93bd392dc503983e0 to your computer and use it in GitHub Desktop.

Select an option

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