An Objective-C wrapper for Mac OS X’s FSEvents C API.
リビジョン | 373bfa44ede4e264fe994dd7fbaa76bdd8b008f6 (tree) |
---|---|
日時 | 2014-02-25 17:26:48 |
作者 | Vincent Tourraine <me@vtou...> |
コミッター | Vincent Tourraine |
Update podspec to 1.2.2
@@ -1,13 +1,13 @@ | ||
1 | 1 | Pod::Spec.new do |s| |
2 | 2 | s.name = "CDEvents" |
3 | - s.version = "1.2.1" | |
3 | + s.version = "1.2.2" | |
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 | - s.license = 'MIT' | |
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.1" } | |
9 | - s.platform = :osx, '10.6' | |
10 | - s.source_files = '*.{h,m}' | |
11 | - s.framework = 'CoreServices' | |
8 | + s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.2" } | |
9 | + s.platform = :osx, "10.6" | |
10 | + s.source_files = "*.{h,m}" | |
11 | + s.framework = "CoreServices" | |
12 | 12 | s.requires_arc = true |
13 | -end | |
\ No newline at end of file | ||
13 | +end |