Skip to content

Commit

Permalink
Update CDEvents (1.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Feb 24, 2014
1 parent 0467804 commit 8fc5d0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CDEvents/1.2.2/CDEvents.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CDEvents"
s.version = "1.2.2"
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" => "aron@cedercrantz.se" }
s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.2" }
s.platform = :osx, "10.6"
s.source_files = "*.{h,m}"
s.framework = "CoreServices"
s.requires_arc = true
end

0 comments on commit 8fc5d0d

Please sign in to comment.