Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin committed Sep 27, 2016
1 parent 305bc01 commit fbc5d3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CCActivityHUD.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Pod::Spec.new do |spec|
spec.source = {:git => 'https://github.com/Cokile/CCActivityHUD.git', :tag => 'v2.1.6'}
spec.source_files = 'CCActivityHUD/*.{h,m}'
spec.resources = 'CCActivityHUD/*.png'
spec.frameworks = 'ImageIO'
spec.requires_arc = true
end
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbc5d3f

Please sign in to comment.