Skip to content

Commit

Permalink
Adding podspec for CupertinoYankee 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jan 21, 2013
1 parent 705e713 commit 54b6766
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CupertinoYankee/0.1.1/CupertinoYankee.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CupertinoYankee'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'An NSDate Category With Locale-Aware Calculations for Beginning & End of Day, Week, Month, and Year.'
s.homepage = 'https://github.com/mattt/CupertinoYankee'
s.authors = {'Mattt Thompson' => 'm@mattt.me'}
s.source = { :git => 'https://github.com/mattt/CupertinoYankee.git', :tag => '0.1.1' }
s.source_files = 'CupertinoYankee/NSDate+CupertinoYankee.{h,m}'
s.requires_arc = true
end

0 comments on commit 54b6766

Please sign in to comment.