Skip to content

Commit

Permalink
Create ALProgressRing.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alxrguz committed Oct 11, 2020
1 parent 24e5799 commit e9a46e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ALProgressRing.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |spec|
spec.name = "ALProgressRing"
spec.version = "1.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.license = { :type => "MIT", :file => "LICENSE" }

spec.author = { "Alexandr Guzenko" => "[email protected]" }

spec.platform = :ios
spec.ios.framework = 'UIKit'
spec.swift_version = ['4.2', '5.0']
spec.ios.deployment_target = "10.0"

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

end

0 comments on commit e9a46e3

Please sign in to comment.