Created
February 27, 2013 15:23
-
-
Save radex/5048703 to your computer and use it in GitHub Desktop.
This file contains 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 = "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