Last active
August 29, 2015 14:12
-
-
Save brynbellomy/eccdd84f12ec96493770 to your computer and use it in GitHub Desktop.
SwiftSets.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 = '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