• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

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

変更サマリ

差分

--- a/CDEvents.podspec
+++ b/CDEvents.podspec
@@ -1,13 +1,13 @@
11 Pod::Spec.new do |s|
22 s.name = "CDEvents"
3- s.version = "1.2.1"
3+ s.version = "1.2.2"
44 s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API."
55 s.homepage = "http://rastersize.github.com/CDEvents"
6- s.license = 'MIT'
6+ s.license = "MIT"
77 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"
1212 s.requires_arc = true
13-end
\ No newline at end of file
13+end