Skip to content

Commit

Permalink
Merge pull request #711 from mapedd/master
Browse files Browse the repository at this point in the history
New tag for NSDate-TKExtensions (0.3)
  • Loading branch information
alloy committed Nov 7, 2012
2 parents 5f0aff2 + efdb8c7 commit 18a602b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NSDate-TKExtensions/0.3/NSDate-TKExtensions.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "NSDate-TKExtensions"
s.version = "0.3"
s.summary = "Set of usefull categories for NSDate."
s.homepage = "https://github.com/mapedd/NSDate-TKExtensions"
s.license = 'Apache'
s.author = { "Tomek Kuzma" => "mapedd@sezamkowa.net" }
s.source = { :git => "https://github.com/mapedd/NSDate-TKExtensions.git", :tag => "0.3" }
s.platform = :ios
s.source_files = 'NSDate-TKExtensions.{h,m}'
s.requires_arc = true
end

0 comments on commit 18a602b

Please sign in to comment.