Last active
August 29, 2015 14:12
-
-
Save brynbellomy/95b93bd392dc503983e0 to your computer and use it in GitHub Desktop.
Starscream.podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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