diff --git a/ssets/EFCountingLabel.png b/Assets/EFCountingLabel.png similarity index 100% rename from ssets/EFCountingLabel.png rename to Assets/EFCountingLabel.png diff --git a/ssets/example.gif b/Assets/example.gif similarity index 100% rename from ssets/example.gif rename to Assets/example.gif diff --git a/ssets/storyboard.png b/Assets/storyboard.png similarity index 100% rename from ssets/storyboard.png rename to Assets/storyboard.png diff --git a/CHANGELOG.md b/CHANGELOG.md index ff206b9..07bef2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,23 @@ ----- -## [4.0.1](https://github.com/EyreFree/EFCountingLabel/releases/tag/4.0.1) (2017-10-18) +## [4.1.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.1.0) (2018-11-06) + +#### Add + +* Upgrade to Swift 4.2. + +--- + +## [4.0.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.0.1) (2017-10-18) #### Update -* Merge pull request [#7](https://github.com/EyreFree/EFCountingLabel/pull/7). +* Merge pull request [#7](https://github.com/EFPrefix/EFCountingLabel/pull/7). --- -## [4.0.0](https://github.com/EyreFree/EFCountingLabel/releases/tag/4.0.0) (2017-09-30) +## [4.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/4.0.0) (2017-09-30) #### Fix @@ -18,7 +26,7 @@ --- -## [1.0.3](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.3) (2017-05-24) +## [1.0.3](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.3) (2017-05-24) #### Fix @@ -26,20 +34,20 @@ --- -## [1.0.2](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.2) (2017-05-15) +## [1.0.2](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.2) (2017-05-15) #### Fix -* Fix issue [#2](https://github.com/EyreFree/EFCountingLabel/issues/2). +* Fix issue [#2](https://github.com/EFPrefix/EFCountingLabel/issues/2). --- -## [1.0.1](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.1) (2017-03-01) +## [1.0.1](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.1) (2017-03-01) Update. --- -## [1.0.0](https://github.com/EyreFree/EFCountingLabel/releases/tag/1.0.0) (2016-12-11) +## [1.0.0](https://github.com/EFPrefix/EFCountingLabel/releases/tag/1.0.0) (2016-12-11) First public release. diff --git a/EFCountingLabel.podspec b/EFCountingLabel.podspec index 841bfc9..6722562 100644 --- a/EFCountingLabel.podspec +++ b/EFCountingLabel.podspec @@ -7,11 +7,11 @@ Pod::Spec.new do |s| A label which can show number change animated, in Swift. DESC - s.homepage = 'https://github.com/EyreFree/EFCountingLabel' + s.homepage = 'https://github.com/EFPrefix/EFCountingLabel' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'EyreFree' => 'eyrefree@eyrefree.org' } - s.source = { :git => 'https://github.com/EyreFree/EFCountingLabel.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/EFPrefix/EFCountingLabel.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/EyreFree777' s.ios.deployment_target = '8.0' diff --git a/.github/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md similarity index 70% rename from .github/ISSUE_TEMPLATE.md rename to ISSUE_TEMPLATE.md index 761f4e1..4328acf 100755 --- a/.github/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -2,8 +2,8 @@ Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. -- [ ] I have read the [README.md](https://github.com/EyreFree/EFCountingLabel/blob/master/README.md), but there is no information I need. -- [ ] I have searched in [existing issues](https://github.com/EyreFree/EFCountingLabel/issues?utf8=%E2%9C%93&q=is%3Aissue), but did find a same one. +- [ ] I have read the [README.md](https://github.com/EFPrefix/EFCountingLabel/blob/master/README.md), but there is no information I need. +- [ ] I have searched in [existing issues](https://github.com/EFPrefix/EFCountingLabel/issues?utf8=%E2%9C%93&q=is%3Aissue), but did find a same one. ### Issue Description diff --git a/README.md b/README.md index 78e68b3..6202b17 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,35 @@ -![](https://raw.githubusercontent.com/EyreFree/EFCountingLabel/master/assets/EFCountingLabel.png) +![](https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/EFCountingLabel.png)
A label which can show number change animated, in Swift. ## Overview - + ## Example @@ -47,7 +61,7 @@ self.view.addSubview(myLabel) You can also add it to your `xib` or `storyboard` , just make sure you set the class and module to `EFCountingLabel`. - + ### Use @@ -149,7 +163,7 @@ Ease In/Out starts out slow, speeds up towards the middle, and then slows down a ## PS -The first version of [EFCountingLabel](https://github.com/EyreFree/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) is converted from [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985). +The first version of [EFCountingLabel](https://github.com/EFPrefix/EFCountingLabel/commit/5e5e12d49b84e4eff8f18df68a99b5e3223b579b) is converted from [UICountingLabel](https://github.com/dataxpress/UICountingLabel/commit/1aa3d51c1ac4d7b8aef4c5f7ea44a1b1428c7985). ## Author