Version 0.4.0
This commit is contained in:
parent
8b049b654a
commit
5a4a6863d7
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'Yams'
|
||||
s.version = '0.3.7'
|
||||
s.version = '0.4.0'
|
||||
s.summary = 'A sweet and swifty Yaml parser.'
|
||||
s.homepage = 'https://github.com/jpsim/Yams'
|
||||
s.source = { :git => s.homepage + '.git', :tag => s.version }
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.7</string>
|
||||
<string>0.4.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Reference in New Issue