forked from Ahmed-Komsan/GRView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGRView.podspec
More file actions
16 lines (14 loc) · 749 Bytes
/
GRView.podspec
File metadata and controls
16 lines (14 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "GRView"
s.version = "1.0.0"
s.summary = "UIView and other UIKit elements with a gradient and other customizable attributes for IOS"
s.description = "UIView and other UIKit elements classes with a gradient rendered and customizable in the storyboard (colors, direction, cornerRadius ,shadows, ... etc)."
s.homepage = "https://github.com/Ahmed-Komsan/GRView"
s.license = "MIT"
s.author = { "Ahmed Komsan" => "ahmedkomsan0@gmail.com" }
s.platform = :ios, "9.0"
s.swift_version = "4.0"
s.source = { :git => "https://github.com/Ahmed-Komsan/GRView.git", :tag => "1.0.0" }
s.source_files = "GradientView/*.{h,m,swift}"
s.swift_version = "4.0"
end