removed Motion
Showing
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'Material' | s.name = 'Material' | ||
s.version = '2.11.2' | s.version = '2.11.3' | ||
s.license = 'BSD-3-Clause' | s.license = 'BSD-3-Clause' | ||
s.summary = 'A UI/UX framework for creating beautiful applications.' | s.summary = 'A UI/UX framework for creating beautiful applications.' | ||
s.homepage = 'http://materialswift.com' | s.homepage = 'http://materialswift.com' | ||
... | ... |
Sources/Frameworks/Motion/.gitignore
deleted
100644 → 0
Sources/Frameworks/Motion/LICENSE.md
deleted
100644 → 0
Pod::Spec.new do |s| | |||
s.name = 'Motion' | |||
s.version = '1.2.2' | |||
s.license = 'MIT' | |||
s.summary = 'A library used to create beautiful animations and transitions for Apple devices.' | |||
s.homepage = 'http://cosmicmind.com' | |||
s.social_media_url = 'https://www.facebook.com/cosmicmindcom' | |||
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' } | |||
s.source = { :git => 'https://github.com/CosmicMind/Motion.git', :tag => s.version } | |||
s.platform = :ios, '8.0' | |||
s.default_subspec = 'Core' | |||
s.subspec 'Core' do |s| | |||
s.ios.deployment_target = '8.0' | |||
s.ios.source_files = 'Sources/**/*.swift' | |||
s.requires_arc = true | |||
end | |||
end |
Sources/Frameworks/Motion/README.md
deleted
100644 → 0
Please
register
or
sign in
to comment