This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kelvin
committed
Sep 27, 2016
1 parent
305bc01
commit fbc5d3f
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
[![](https://img.shields.io/cocoapods/v/CCActivityHUD.svg)](https://img.shields.io/cocoapods/v/CCActivityHUD.svg) | ||
[![](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) | ||
|
||
From v2.0.0, I rename it from __CCActivityIndicatorView__ to __CCActivityHUD__. if you have forked the project bofore I rename it, you should run the command below to make a Pull Request correctly. | ||
From v2.0.0, I rename it from __CCActivityIndicatorView__ to __CCActivityHUD__. if you have forked the project before I rename it, you should run the command below to make a Pull Request correctly. | ||
|
||
``` | ||
git remote set-url origin [email protected]:Cokile/CCActivityHUD.git | ||
git remote set-url upstream [email protected]:Cokile/CCActivityHUD.git | ||
``` | ||
|
||
|
||
|
@@ -249,7 +249,8 @@ __Note:__ You should also not call `showWithShape: AnimationGroup:` within `view | |
## Requirement | ||
iOS 8.0 or later | ||
- iOS 8.0 or later | ||
- ARC | ||
|