Skip to content

Commit

Permalink
[Add] ObjectiveMixin 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Jun 21, 2012
1 parent bf2211b commit 5460298
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ObjectiveMixin/0.0.1/ObjectiveMixin.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveMixin'
s.version = '0.0.1'
s.license = 'Simplified BSD'
s.summary = 'Ruby-like mixin functionality for Objective-C programs.'
s.homepage = 'https://github.com/vl4dimir/ObjectiveMixin'
s.author = { 'Vladimir Mitrovic' => 'https://github.com/vl4dimir' }
s.source = { :git => 'git://github.com/vl4dimir/ObjectiveMixin.git', :commit => 'b20ae945eb39aabea3705395af82d4cde699403c' }
s.source_files = 'ObjectiveMixin/*.{h,m}'
s.clean_paths = FileList['*'].exclude(/(ObjectiveMixin|README\.md|LICENSE)$/)
end

0 comments on commit 5460298

Please sign in to comment.