Skip to content

Instantly share code, notes, and snippets.

@radex
Created February 27, 2013 15:23
Show Gist options
  • Save radex/5048703 to your computer and use it in GitHub Desktop.
Save radex/5048703 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "MASPreferences"
s.version = "1.0.1"
s.summary = "Custom implementation of Preferences window in Cocoa applications for Mac OS X."
s.homepage = "https://github.com/shpakovski/MASPreferences"
s.license = "BSD"
s.author = "Vadim Shpakovski"
s.source = { :git => "https://github.com/shpakovski/MASPreferences.git", :commit => 'efeaf31ffb917240b1de0a38ed8c3e110a66866e' }
s.platform = :osx
s.source_files = FileList["*.{h,m}"]
s.resources = FileList["*.xib"]
s.preserve_paths = "README.md"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment