Fix podspecs.

This commit is contained in:
Jasper Blues
2012-07-17 17:39:39 +08:00
parent 81887c7cc7
commit befea9ff98
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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}'