development: issue-630: Added Reminders feature
Showing
... | @@ -32,4 +32,10 @@ Pod::Spec.new do |s| | ... | @@ -32,4 +32,10 @@ Pod::Spec.new do |s| |
photos.source_files = 'Sources/iOS/Photos/*.swift' | photos.source_files = 'Sources/iOS/Photos/*.swift' | ||
photos.dependency 'Material/Core' | photos.dependency 'Material/Core' | ||
end | end | ||
s.subspec 'Reminders' do |reminders| | |||
reminders.source_files = 'Sources/iOS/Reminders/*.swift' | |||
reminders.dependency 'Material/Core' | |||
end | |||
end | end |
Sources/iOS/Reminders/Reminders.swift
0 → 100644
Please
register
or
sign in
to comment