Merge branch 'development' into development
Showing
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'Material' | s.name = 'Material' | ||
s.version = '2.6.3' | s.version = '2.9.4' | ||
s.license = 'BSD-3-Clause' | s.license = 'BSD-3-Clause' | ||
s.summary = 'An animation and graphics framework for Material Design in Swift.' | s.summary = 'A Material Design library for creating beautiful applications.' | ||
s.homepage = 'http://materialswift.com' | s.homepage = 'http://materialswift.com' | ||
s.social_media_url = 'https://www.facebook.com/cosmicmindcom' | s.social_media_url = 'https://www.facebook.com/cosmicmindcom' | ||
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } | s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } | ||
s.source = { :git => 'https://github.com/CosmicMind/Material.git', :tag => s.version } | s.source = { :git => 'https://github.com/CosmicMind/Material.git', :tag => s.version } | ||
s.default_subspec = 'Core' | s.default_subspec = 'Core' | ||
s.platform = :ios, '8.0' | s.platform = :ios, '8.0' | ||
s.subspec 'Core' do |s| | |||
s.ios.deployment_target = '8.0' | |||
s.ios.source_files = 'Sources/iOS/*.swift' | |||
s.requires_arc = true | |||
s.resource_bundles = { | |||
'com.cosmicmind.material.icons' => ['Sources/**/*.xcassets'], | |||
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf'] | |||
} | |||
end | |||
s.subspec 'Capture' do |capture| | |||
capture.source_files = 'Sources/iOS/Capture/*.swift' | |||
capture.dependency 'Material/Core' | |||
end | |||
s.subspec 'Photos' do |photos| | |||
photos.source_files = 'Sources/iOS/Photos/*.swift' | |||
photos.dependency 'Material/Core' | |||
end | |||
s.subspec 'Reminders' do |reminders| | |||
reminders.source_files = 'Sources/iOS/Reminders/*.swift' | |||
reminders.dependency 'Material/Core' | |||
end | |||
s.subspec 'Core' do |s| | |||
s.ios.deployment_target = '8.0' | |||
s.ios.source_files = 'Sources/**/*.swift' | |||
s.requires_arc = true | |||
s.resource_bundles = { | |||
'com.cosmicmind.material.icons' => ['Sources/**/*.xcassets'], | |||
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf'] | |||
} | |||
end | |||
end | end |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Sources/Frameworks/Motion/LICENSE.md
0 → 100644
Sources/Frameworks/Motion/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Sources/Frameworks/Motion/Sources/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Sources/iOS/BottomTabBar.swift
deleted
100644 → 0
Sources/iOS/Capture/Capture.swift
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Sources/iOS/ChipBar.swift
0 → 100644
This diff is collapsed.
Click to expand it.
Sources/iOS/ChipBarController.swift
0 → 100644
This diff is collapsed.
Click to expand it.
Sources/iOS/Material+Motion.swift
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Sources/iOS/PageMenuController.swift
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Sources/iOS/TabsController.swift
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment