• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisionb0e852ce3bb39e3f488f49449a35b9c6ecb6d4ae (tree)
Time2013-07-03 05:12:26
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Update podspec to 1.2.1.

Signed-off-by: Aron Cedercrantz <aron@cedercrantz.se>

Change Summary

Incremental Difference

--- a/CDEvents.podspec
+++ b/CDEvents.podspec
@@ -1,11 +1,11 @@
11 Pod::Spec.new do |s|
22 s.name = "CDEvents"
3- s.version = "1.2.0"
3+ s.version = "1.2.1"
44 s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API."
55 s.homepage = "http://rastersize.github.com/CDEvents"
66 s.license = 'MIT'
77 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" }
99 s.platform = :osx, '10.6'
1010 s.source_files = '*.{h,m}'
1111 s.framework = 'CoreServices'