forked from donjordano/NHCalendarActivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNHCalendarActivity.podspec
More file actions
18 lines (15 loc) · 868 Bytes
/
NHCalendarActivity.podspec
File metadata and controls
18 lines (15 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "NHCalendarActivity"
s.version = "0.0.3"
s.summary = "NHCalendarActivity is an easy to use custom UIActivity (iOS 6+) that adds events and alarms to the iOS calendar."
s.homepage = "https://github.com/otaviocc/NHCalendarActivity"
s.author = { "Otavio Cordeiro" => "contact@otaviocc.com" }
s.source = { :git => "https://github.com/otaviocc/NHCalendarActivity.git", :tag => s.version.to_s }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.social_media_url = "https://twitter.com/otaviocc"
s.source_files = 'NHCalendarActivity'
s.resource = "NHCalendarActivity/NHCalendarActivity.bundle"
s.platform = :ios, '6.0'
s.framework = 'EventKit'
s.requires_arc = true
end