Merge branch 'master' of https://github.com/CosmicMind/Material
# Conflicts: # Sources/Assets.xcassets/cm_add_white.imageset/Contents.json # Sources/Assets.xcassets/cm_audio_white.imageset/cm_audio_white.png # Sources/Assets.xcassets/cm_audio_white.imageset/cm_audio_white_2x.png # Sources/Assets.xcassets/cm_audio_white.imageset/cm_audio_white_3x.png # Sources/Assets.xcassets/cm_pen_white.imageset/cm_pen_white.png # Sources/Assets.xcassets/cm_pen_white.imageset/cm_pen_white_2x.png # Sources/Assets.xcassets/cm_pen_white.imageset/cm_pen_white_3x.png # Sources/Assets.xcassets/cm_share_white.imageset/Contents.json # Sources/Assets.xcassets/cm_star_white.imageset/Contents.json # Sources/Assets.xcassets/cm_video_white.imageset/cm_video_white.png # Sources/Assets.xcassets/cm_video_white.imageset/cm_video_white_2x.png # Sources/Assets.xcassets/cm_video_white.imageset/cm_video_white_3x.png # Sources/Assets.xcassets/ic_photo_camera_white.imageset/Contents.json # Sources/Assets.xcassets/ic_photo_library_white.imageset/Contents.json # Sources/Assets.xcassets/ic_settings_white.imageset/Contents.json # Sources/iOS/MaterialIcon.swift
Showing

993 Bytes

1.83 KB

1.83 KB

2.96 KB

1.21 KB

2.48 KB

2.48 KB

3.95 KB

3.95 KB

5.98 KB

2.47 KB

5.08 KB

5.93 KB
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'Material' | s.name = 'Material' | ||
s.version = '1.38.5' | s.version = '1.39.4' | ||
s.license = 'BSD' | s.license = 'BSD' | ||
s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.' | s.summary = 'Express your creativity with Material, an animation and graphics framework for Google\'s Material Design and Apple\'s Flat UI in Swift.' | ||
s.homepage = 'http://cosmicmind.io' | s.homepage = 'http://cosmicmind.io' | ||
... | @@ -8,9 +8,12 @@ Pod::Spec.new do |s| | ... | @@ -8,9 +8,12 @@ Pod::Spec.new do |s| |
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' } | s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' } | ||
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.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
s.source_files = 'Sources/*.swift' | s.ios.source_files = 'Sources/iOS/**/*.swift' | ||
s.osx.deployment_target = '10.9' | |||
s.osx.source_files = 'Sources/OSX/**/*.swift' | |||
s.requires_arc = true | s.requires_arc = true | ||
s.resource_bundles = { | s.resource_bundles = { | ||
'io.cosmicmind.Material' => ['Sources/Assets.xcassets/**/*.png'] | 'io.cosmicmind.material.fonts' => ['Sources/**/*.ttf'], | ||
'io.cosmicmind.material.icons' => ['Sources/Assets.xcassets/**/*.png'] | |||
} | } | ||
end | end |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.

198 Bytes

271 Bytes

312 Bytes

233 Bytes

353 Bytes

481 Bytes

234 Bytes

377 Bytes

500 Bytes

298 Bytes

480 Bytes

671 Bytes

247 Bytes

361 Bytes

456 Bytes

175 Bytes

209 Bytes

342 Bytes

233 Bytes

336 Bytes

452 Bytes

238 Bytes

382 Bytes

552 Bytes

308 Bytes

484 Bytes

675 Bytes

361 Bytes

580 Bytes

898 Bytes

375 Bytes

635 Bytes

955 Bytes

353 Bytes

497 Bytes

742 Bytes

338 Bytes

480 Bytes

596 Bytes

245 Bytes

331 Bytes

457 Bytes
Sources/MaterialIcon.swift
deleted
100644 → 0
Sources/OSX/MaterialColor.swift
0 → 100644
File moved
File moved
File moved
File moved
Sources/iOS/MaterialIcon.swift
0 → 100644
File moved
File moved
Sources/iOS/TabBar.swift
0 → 100644
File moved
Please
register
or
sign in
to comment