Skip to content

Commit

Permalink
Added ALProgressBar
Browse files Browse the repository at this point in the history
New type of progress in the form of a bar
  • Loading branch information
alxrguz committed Jun 2, 2021
1 parent 35a510b commit 54f42cb
Show file tree
Hide file tree
Showing 46 changed files with 1,159 additions and 54 deletions.
23 changes: 20 additions & 3 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# osX files
.DS_Store
.Trashes

## Xcode Patch
*.xcworkspace
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

### Xcode Patch ###
**/xcshareddata/WorkspaceSettings.xcsettings

# Swift Package Manager
.swiftpm
/.build
/Packages
/*.xcodeproj
xcuserdata/

## Build generated
build/
DerivedData/
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

10 changes: 5 additions & 5 deletions ALProgressRing.podspec → ALProgressView.podspec
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |spec|
spec.name = "ALProgressRing"
spec.version = "1.1.0"
spec.name = "ALProgressView"
spec.version = "2.0.0"
spec.summary = "Animated and fully customizable progress ring with gradient"

spec.homepage = "https://github.com/alxrguz/ALProgressRing"
spec.source = { :git => "https://github.com/alxrguz/ALProgressRing.git", :tag => "#{spec.version}" }
spec.homepage = "https://github.com/alxrguz/ALProgressView"
spec.source = { :git => "https://github.com/alxrguz/ALProgressView.git", :tag => "#{spec.version}" }
spec.license = { :type => "MIT", :file => "LICENSE" }

spec.author = { "Alexandr Guzenko" => "[email protected]" }
Expand All @@ -14,6 +14,6 @@ spec.ios.framework = 'UIKit'
spec.swift_version = ['4.2', '5.0']
spec.ios.deployment_target = "10.0"

spec.source_files = "Sources/ALProgressRing/**/*.swift"
spec.source_files = "Sources/ALProgressView/**/*.swift"

end
Binary file modified Assets/ALProgressRing.sketch
100644 → 100755
Binary file not shown.
Empty file modified Assets/PreviewBanner.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Assets/PreviewBanner.psd
100644 → 100755
Empty file.
Binary file modified Assets/SocialBanner.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Assets/timingFunctions.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 54f42cb

Please sign in to comment.