Skip to content

Commit e9a46e3

Browse files
committed
Create ALProgressRing.podspec
1 parent 24e5799 commit e9a46e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ALProgressRing.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = "ALProgressRing"
3+
spec.version = "1.0.0"
4+
spec.summary = "Animated and fully customizable progress ring with gradient"
5+
6+
spec.homepage = "https://github.com/alxrguz/ALProgressRing"
7+
spec.source = { :git => "https://github.com/alxrguz/ALProgressRing.git", :tag => "#{spec.version}" }
8+
spec.license = { :type => "MIT", :file => "LICENSE" }
9+
10+
spec.author = { "Alexandr Guzenko" => "alxrguz@icloud.com" }
11+
12+
spec.platform = :ios
13+
spec.ios.framework = 'UIKit'
14+
spec.swift_version = ['4.2', '5.0']
15+
spec.ios.deployment_target = "10.0"
16+
17+
spec.source_files = "Sources/ALProgressRing/**/*.swift"
18+
19+
end

0 commit comments

Comments
 (0)