Skip to content

Commit

Permalink
[New Pod] SGHotKeysLib v1.2: Carbon hotkeys library for Leopard+
Browse files Browse the repository at this point in the history
  • Loading branch information
kurige committed Feb 24, 2012
1 parent 960122f commit ae9fca8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SGHotKeysLib/1.2/SGHotKeysLib.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SGHotKeysLib'
s.version = '1.2'
s.authors = 'Justin Williams', 'Quentin D. Carnicelli'
s.summary = 'A modernized fork of PTHotKeysLib for Mac OS X Leopard and beyond'
s.homepage = 'https://github.com/secondgear/SGHotKeysLib'
s.source = { :git => 'git://github.com/secondgear/SGHotKeysLib.git', :tag => '1.2' }
s.description = 'PTHotKeysLib has served us well for many years, but as I was upgrading my company\'s applications to run natively in 64 bit I was running into issues. The original code itself used many deprecated methods, 32 bit integer types, etc. As I fixed those issues, my OCD started to get the best of me and I started reformatting and rewriting portions of the code using modern Objective-C practices and paradigms.'
s.platform = :osx
s.source_files = 'SGHotKeysLib'
s.framework = 'Carbon'
s.clean_paths = 'Source', 'SGHotKeyCenter.xcodeproj', 'Resources', 'Frameworks', 'English.lproj'
end

0 comments on commit ae9fca8

Please sign in to comment.