Files
JBChartView/MACalendarUI/1.0.0/MACalendarUI.podspec
T
2012-07-04 22:27:14 +08:00

13 lines
562 B
Ruby

Pod::Spec.new do |s|
s.name = 'MACalendarUI'
s.platform = :ios
s.version = '1.0.0'
s.license = 'BSD'
s.summary = 'MACalendarUI is a project which offers calendar user interface for iPhone applications.'
s.authors = {'Matias Muhonen' => 'mmu@iki.fi' }
s.source = { :git => 'https://github.com/muhku/calendar-ui.git', :commit => 'df86fc4d5dd28da6dd5b647137179ae2d7911093'}
s.source_files = 'Classes/Views'
s.resources = 'Images/*.png'
s.requires_arc = true
s.homepage = 'https://github.com/muhku/calendar-ui'
end