Skip to content

Commit

Permalink
[Update] MSCollectionViewCalendarLayout (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed Mar 27, 2013
1 parent 1f4f614 commit 50ad3f7
Showing 1 changed file with 16 additions and 0 deletions.
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'MSCollectionViewCalendarLayout'
s.version = '0.0.2'
s.summary = 'UICollectionViewLayout for displaying chronological data. Similar to the "Week" view in the Apple Calendar app.'
s.homepage = 'https://github.com/monospacecollective/MSCollectionViewCalendarLayout'
s.author = { 'Eric Horacek' => 'eric@monospacecollective.com' }
s.license = 'MIT'
s.platform = :ios, '6.0'

s.source = { :git => 'https://github.com/monospacecollective/MSCollectionViewCalendarLayout.git', :tag => s.version.to_s }
s.source_files = 'MSCollectionViewCalendarLayout/*.{h,m}'

s.requires_arc = true

s.dependency 'CupertinoYankee', '~> 0.1.1'
end

0 comments on commit 50ad3f7

Please sign in to comment.