Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Apr 26, 2015
1 parent 6335564 commit 0fa82cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DRCircularProgress.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'DRCircularProgress'
s.version = '1.0.0'
s.version = '0.1.0'
s.summary = 'Circular progress view for iOS apps'
s.homepage = 'https://github.com/darrarski/DRCircularProgress-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dariusz Rybicki' => 'darrarski@gmail.com' }
s.source = { :git => 'https://github.com/darrarski/DRCircularProgress-iOS', :tag => 'v1.0.0' }
s.source = { :git => 'https://github.com/darrarski/DRCircularProgress-iOS', :tag => 'v0.1.0' }
s.platform = :ios
s.ios.deployment_target = "7.0"
s.source_files = 'DRCircularProgress'
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -24,10 +24,11 @@ Check out included example project.

## Changelog

##### v1.0.0
##### v0.1.0

> - Initial release
> - iOS 7 and iOS 8 compatible
> - Supports animated progress change
## License

Expand Down

0 comments on commit 0fa82cf

Please sign in to comment.