An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revision | b0e852ce3bb39e3f488f49449a35b9c6ecb6d4ae (tree) |
---|---|
Time | 2013-07-03 05:12:26 |
Author | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Update podspec to 1.2.1.
Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>
@@ -1,11 +1,11 @@ | ||
1 | 1 | Pod::Spec.new do |s| |
2 | 2 | s.name = "CDEvents" |
3 | - s.version = "1.2.0" | |
3 | + s.version = "1.2.1" | |
4 | 4 | s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." |
5 | 5 | s.homepage = "http://rastersize.github.com/CDEvents" |
6 | 6 | s.license = 'MIT' |
7 | 7 | s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } |
8 | - s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" } | |
8 | + s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.1" } | |
9 | 9 | s.platform = :osx, '10.6' |
10 | 10 | s.source_files = '*.{h,m}' |
11 | 11 | s.framework = 'CoreServices' |