Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jblues committed Nov 22, 2015
1 parent 6410b7a commit 87a1dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XcodeEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'XcodeEditor'
s.version = '1.6.3'
s.version = '1.6.4'
s.license = 'Apache2.0'
s.summary = 'An API for manipulating Xcode Projects using objective-C.'
s.homepage = 'https://github.com/jasperblues/XcodeEditor'
s.author = { 'Jasper Blues' => '[email protected]' }
s.source = { :git => 'https://github.com/jasperblues/XcodeEditor.git', :tag => 'v1.6.3' }
s.source = { :git => 'https://github.com/jasperblues/XcodeEditor.git', :tag => 'v1.6.4' }
s.platform = :osx
s.source_files = 'Source/*.{h,m}', 'Source/Utils/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 87a1dee

Please sign in to comment.