Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add init methods for utilizing dispatch queues instead of run loops #15

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
trying to get the version numbers sorted out
  • Loading branch information
ansel1 committed Feb 22, 2013
commit facaaf4536497afd25df6d33aa93995134d84d16
4 changes: 2 additions & 2 deletions CDEvents.podspec
Original file line number Diff line number Diff line change
@@ -1,11 1,11 @@
Pod::Spec.new do |s|
s.name = "CDEvents"
s.version = "1.2.0"
s.version = "1.2.3"
s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API."
s.homepage = "http://rastersize.github.com/CDEvents"
s.license = 'MIT'
s.author = { "Aron Cedercrantz" => "[email protected]" }
s.source = { :git => "https://github.com/safe-net/CDEvents.git", :tag => "1.2.2" }
s.source = { :git => "https://github.com/safe-net/CDEvents.git", :tag => "1.2.3" }
s.platform = :osx, '10.6'
s.source_files = '*.{h,m}'
s.framework = 'CoreServices'
Expand Down