renamed the Reminders subspec to Events and updated the Reminders API based on…
renamed the Reminders subspec to Events and updated the Reminders API based on the latest rework concepts
Showing
... | @@ -31,9 +31,8 @@ Pod::Spec.new do |s| | ... | @@ -31,9 +31,8 @@ Pod::Spec.new do |s| |
photos.dependency 'Material/Core' | photos.dependency 'Material/Core' | ||
end | end | ||
s.subspec 'Reminders' do |reminders| | s.subspec 'Events' do |events| | ||
reminders.source_files = 'Sources/iOS/Reminders/*.swift' | events.source_files = 'Sources/iOS/Events/*.swift' | ||
reminders.dependency 'Material/Core' | events.dependency 'Material/Core' | ||
end | end | ||
end | end |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment