-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathCalendarIOS7.podspec
More file actions
24 lines (20 loc) · 824 Bytes
/
CalendarIOS7.podspec
File metadata and controls
24 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "CalendarIOS7"
s.version = "0.0.6"
s.summary = "Calendar component for iOS apps."
s.requires_arc = true
s.description = <<-DESC
UICollectionViewController and Layout for a perfect iOS Calendar.
DESC
s.homepage = "https://github.com/leverdeterre/CalendarIOS7"
s.license = 'MIT'
s.author = { "jerome Morissard" => "morissardj@gmail.com" }
s.platform = :ios, '7.0'
s.source = {
:git => 'https://github.com/leverdeterre/CalendarIOS7.git',
:tag => '0.0.6'
}
s.source_files = 'Classes', 'CalendarIOS7/CalendarIOS7/CalendarIOS7/*.{h,m}'
s.public_header_files = 'CalendarIOS7/CalendarIOS7/CalendarIOS7/*.h'
s.resources = "CalendarIOS7/CalendarIOS7/CalendarIOS7/*.xib"
end