Skip to content

Instantly share code, notes, and snippets.

@rahulsom
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsom/90e7b1d276150563e87b to your computer and use it in GitHub Desktop.
Save rahulsom/90e7b1d276150563e87b to your computer and use it in GitHub Desktop.
MXLCalendarManager As Pod
Pod::Spec.new do |s|
s.name = 'MXLCalendarManager'
s.version = '1.0.0'
s.license = { :type => 'MIT License', :file => 'LICENSE.txt' }
s.summary = 'A set of classes used to parse and handle iCalendar (.ICS) files'
s.homepage = 'https://github.com/rahulsom/MXLCalendarManager'
s.author = { 'Kiran Panesar' => 'Kiran@MobileXLabs.com' }
s.source = { :git => 'https://github.com/rahulsom/MXLCalendarManager.git'}
s.platform = :ios, '4.0'
s.source_files = 'MXLCalendarManager/*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment