Skip to content

Instantly share code, notes, and snippets.

@stepahn
Last active December 15, 2015 10:39
Show Gist options
  • Save stepahn/5246937 to your computer and use it in GitHub Desktop.
Save stepahn/5246937 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "NHCalendarActivity"
s.version = "0.0.1"
s.summary = "NHCalendar is a custom UIActivity that adds events and alarms to the Calendar."
s.homepage = "https://github.com/otaviocc/NHCalendarActivity"
s.author = "Otavio Cordeiro"
s.source = { :git => "https://github.com/otaviocc/NHCalendarActivity.git", :commit => '9ff91edd' }
s.platform = :ios
s.ios.deployment_target = '6.0'
s.source_files = "NHCalendarActivity"
s.resources = "NHCalendarActivity/NHCalendarActivity.bundle"
s.framework = 'EventKit'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment