Skip to content

Commit

Permalink
trying to get the version numbers sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
ansel1 committed Feb 22, 2013
1 parent b98ccf8 commit facaaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CDEvents.podspec
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "CDEvents" 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.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API."
s.homepage = "http://rastersize.github.com/CDEvents" s.homepage = "http://rastersize.github.com/CDEvents"
s.license = 'MIT' s.license = 'MIT'
s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" }
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.platform = :osx, '10.6'
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}'
s.framework = 'CoreServices' s.framework = 'CoreServices'
Expand Down

0 comments on commit facaaf4

Please sign in to comment.