Last active
December 15, 2015 10:39
-
-
Save stepahn/5246937 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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