Skip to content

Commit

Permalink
Add XcodeEditor 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperblues committed Jul 18, 2012
1 parent 43ecd0d commit f103f01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions XcodeEditor/1.1/XcodeEditor.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'XcodeEditor'
s.version = '1.1'
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@me.com' }
s.source = { :git => 'https://github.com/expanz/xcode-editor.git', :tag => 'v1.1' }
s.platform = :osx
s.source_files = 'Source/Main/*.{h,m}', 'Source/Main/Utils/*.{h,m}'
s.requires_arc = true
s.dependency 'OCLogTemplate'
end

0 comments on commit f103f01

Please sign in to comment.