Skip to content

Commit

Permalink
[New Pod] SPSuccinct
Browse files Browse the repository at this point in the history
  • Loading branch information
nevyn committed Feb 25, 2012
1 parent 17d043c commit 7f12feb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SPSuccinct/1.0.0/SPSuccinct.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SPSuccinct'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Tools to write succinct Objective-C.'
s.homepage = 'https://github.com/nevyn/SPSuccinct'
s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' }

s.source = { :git => 'http://github.com/nevyn/SPSuccinct.git', :tag => '1.0.0' }

s.description = 'Macros for "POD" literals, KVO tools, and SPDepends.'

s.source_files = 'SPSuccinct/SP*.{h,m}'
end

0 comments on commit 7f12feb

Please sign in to comment.