Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Jul 8, 2021
1 parent d329cc0 commit 138a8fc
Show file tree
Hide file tree
Showing 9 changed files with 706 additions and 71 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

-----

## [1.1.0](https://github.com/EFPrefix/EFIconFont/releases/tag/1.1.0) (2021-07-09)

- Add [Tmall](https://www.iconfont.cn/collections/detail?cid=28);
- Change SPM products name.

---

## [1.0.1](https://github.com/EFPrefix/EFIconFont/releases/tag/1.0.1) (2021-06-30)

- Add [TaoBao](https://www.iconfont.cn/collections/detail?cid=33).
Expand Down
9 changes: 8 additions & 1 deletion EFIconFont.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EFIconFont'
s.version = '1.0.1'
s.version = '1.1.0'
s.summary = 'Yet another stupid wrapper of icon font.'

s.description = <<-DESC
Expand Down Expand Up @@ -207,6 +207,12 @@ Pod::Spec.new do |s|
themifyicons.dependency 'EFIconFont/Core'
end

s.subspec 'Tmall' do |tmall|
tmall.source_files = 'EFIconFont/Classes/Tmall/**/*'
tmall.resources = 'EFIconFont/Assets/Tmall/**/*'
tmall.dependency 'EFIconFont/Core'
end

s.subspec 'Typicons' do |typicons|
typicons.source_files = 'EFIconFont/Classes/Typicons/**/*'
typicons.resources = 'EFIconFont/Assets/Typicons/**/*'
Expand Down Expand Up @@ -262,6 +268,7 @@ Pod::Spec.new do |s|
complete.dependency 'EFIconFont/Stroke7'
complete.dependency 'EFIconFont/TaoBao'
complete.dependency 'EFIconFont/ThemifyIcons'
complete.dependency 'EFIconFont/Tmall'
complete.dependency 'EFIconFont/Typicons'
complete.dependency 'EFIconFont/VSCodeIcons'
complete.dependency 'EFIconFont/WeatherIcons'
Expand Down
Binary file added EFIconFont/Assets/Tmall/tmall.ttf
Binary file not shown.
Loading

0 comments on commit 138a8fc

Please sign in to comment.