Skip to content

Commit

Permalink
[New Pod] ConciseKit 0.1.0: A set of Objective-C additions and macros…
Browse files Browse the repository at this point in the history
… that lets you write code more quickly
  • Loading branch information
petejkim committed Jan 8, 2012
1 parent 78989f3 commit 13123e9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ConciseKit/0.1.0/ConciseKit.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'ConciseKit'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'A set of Objective-C additions and macros that lets you write code more quickly.'
s.homepage = 'http://github.com/petejkim/ConciseKit'
s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' }

s.source = { :git => 'http://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.0' }

s.source_files = 'src/**/*.{h,m}'

s.clean_paths = 'ConciseKitSpecs'

s.frameworks = 'Foundation'
end

0 comments on commit 13123e9

Please sign in to comment.