Skip to content

Commit

Permalink
[Update] MTDateComponentsPicker (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Oct 29, 2012
1 parent cc50998 commit b01d2fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MTDateComponentsPicker/0.0.2/MTDateComponentsPicker.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "MTDateComponentsPicker"
s.version = "0.0.2"
s.summary = "A picker for choosing date components. Allows some components to be undefined."
s.homepage = "https://github.com/mysterioustrousers/MTDateComponentsPicker"
s.license = 'BSD'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTDateComponentsPicker.git", :tag => "0.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'DateComponentsPicker/MTDateComponentsPicker.{h,m}'
s.requires_arc = true
s.dependency 'MTDates'
end

0 comments on commit b01d2fd

Please sign in to comment.