Skip to content

Commit

Permalink
Adding OCCalendar spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerc230 committed Apr 12, 2012
1 parent 54a1444 commit d4b1442
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions OCCalendar/0.0.1/OCCalendar.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'OCCalendar'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = "OCCalendar is a very simple component for iPhone/iPad that provides a 'Popover' date picker controller."
s.homepage = 'https://github.com/ocrickard/OCCalendar'
s.author = { 'Oliver Clark Rickard' => 'help@mobileworldsoftware.com' }
s.source = { :git => 'https://github.com/ocrickard/OCCalendar.git', :commit => 'HEAD' }

This comment has been minimized.

Copy link
@alloy

alloy Apr 13, 2012

Member

Please specify a fixed revision (i.e. the latest) and ask the author for version tags, for which you can use this template.

This comment has been minimized.

Copy link
@Tylerc230

Tylerc230 Apr 13, 2012

Author Contributor

Ok just submitted an issue to OCCalendar. I'll update when its resolved.

This comment has been minimized.

Copy link
@Tylerc230

Tylerc230 Apr 14, 2012

Author Contributor

Fixed

s.description = "OCCalendar is a very simple component for iPhone/iPad that provides a 'Popover' date picker controller. It is very easy to add to your project, and is 100% CoreGraphics code, so it uses no images, and is resolution independent. I realize that I need to cut down the size for iPhone a bit more. I originally wrote it just for iPad, and my paths and sizing are all just slightly too wide for the iPhone. I'll fix it when I get a chance."
s.platform = :ios
s.source_files = 'OCCalendarView'
end

0 comments on commit d4b1442

Please sign in to comment.