File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ Pod ::Spec . new do |spec |
2+ spec . name = "SmoothGradient"
3+ spec . version = "1.0.0"
4+ spec . summary = "A SwiftUI package for creating smooth gradients using easing functions."
5+
6+ spec . homepage = "https://github.com/raymondjavaxx/SmoothGradient"
7+ spec . license = { :type => "MIT" , :file => "LICENSE" }
8+ spec . author = { "Ramon Torres" => "[email protected] " } 9+
10+ spec . swift_version = "5.6"
11+ spec . ios . deployment_target = "14.0"
12+ spec . tvos . deployment_target = "14.0"
13+ spec . osx . deployment_target = "11.0"
14+ spec . watchos . deployment_target = "7.0"
15+
16+ spec . source = { :git => "https://github.com/raymondjavaxx/SmoothGradient.git" , :tag => "#{ spec . version } " }
17+ spec . source_files = "Sources/SmoothGradient/**/*.swift"
18+ end
You can’t perform that action at this time.
0 commit comments