Skip to content

Commit

Permalink
Fix podspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperblues committed Jul 17, 2012
1 parent 81887c7 commit befea9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions OCLogTemplate/1.0/OCLogTemplate.podspec
Expand Up @@ -3,6 +3,8 @@ Pod::Spec.new do |s|
s.version = '1.0'
s.license = 'Apache2'
s.summary = 'A logging framework for Objective-C projects.'
s.homepage = 'https://github.com/jasperblues/OCLogTemplate'
s.author = { 'Jasper Blues' => 'jasper.blues@me.com' }
s.source = { :git => 'https://github.com/jasperblues/OCLogTemplate.git'}
s.source_files = 'OCLogTemplate.h'
end
2 changes: 1 addition & 1 deletion XcodeEditor/1.0/XcodeEditor.podspec
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.license = 'Apache2.0'
s.summary = 'An API for manipulating Xcode Projects using objective-C.'
s.homepage = 'https://github.com/expanz/xcode-editor'
s.author = { 'Jasper Blues' => 'jasper.blues@expanz.com' }
s.author = { 'Jasper Blues' => 'jasper.blues@me.com' }
s.source = { :git => 'git://github.com/expanz/xcode-editor.git' }
s.platform = :osx
s.source_files = 'Source/Main/*.{h,m}', 'Source/Main/Utils/*.{h,m}'
Expand Down

0 comments on commit befea9f

Please sign in to comment.