Skip to content

Commit dc400e9

Browse files
author
jiangxiaocai
committed
更新文档
1 parent b99a24a commit dc400e9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.0

MKAppKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616

1717
s.requires_arc = true
1818
s.default_subspec = 'All'
19-
19+
s.swift_version = '5.0'
2020

2121
s.subspec 'All' do |all|
2222
all.source_files = 'MKAppKit/MKAnimation/**/*.{h,m,swift}','MKAppKit/MKUIKit/**/*.{h,m,swift}'
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
3434
end
3535

3636
s.subspec 'MKDiffuseMenu' do |dm|
37-
dm.source_files = 'MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}'
37+
dm.source_files = 'MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}'
3838
end
3939

4040
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| 组件| 添加方式 | 语言 |效果|
55
| --- | --- | --- | --- |
66
| [圆环进度+tableview组合的加载数据动画](https://github.com/mythkiven/MKAppKit/blob/master/doc/MKCombineLoadingAnimation.md) | `pod 'MKAppKit/MKCombineLoadingAnimation' ` | Objective-C | ![](https://github.com/mythkiven/MKAppKit/blob/master/source/MKCombineLoadingAnimation.gif)
7-
| [圆环进度+tableview组合的加载数据动画](https://github.com/mythkiven/MKAppKit/blob/master/doc/MKCombineLoadingAnimation.md) | `pod 'MKAppKit/MKCombineLoadingAnimation' ` | Objective-C | ![](https://github.com/mythkiven/MKAppKit/blob/master/source/MKCombineLoadingAnimation.gif)
7+
| [MKDiffuseMenu:点击散开的动画效果](https://github.com/mythkiven/MKAppKit/blob/master/doc/MKDiffuseMenu.md) | `pod 'MKAppKit/MKDiffuseMenu' ` | swift5.0 | ![](https://github.com/mythkiven/DiffuseMenu_Swift/raw/master/Source/singleItemAnimation.gif)
88
| | | |
99

1010

0 commit comments

Comments
 (0)