Fix podspecs.
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user