We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e5799 commit e9a46e3Copy full SHA for e9a46e3
ALProgressRing.podspec
@@ -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