Skip to content

Commit c3ee2ba

Browse files
committed
Version 2.3.3
1 parent 7e04d2f commit c3ee2ba

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

GradientView.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GradientView'
3-
spec.version = '2.3.2'
3+
spec.version = '2.3.3'
44
spec.authors = {'Sam Soffes' => 'sam@soff.es'}
55
spec.homepage = 'https://github.com/soffes/GradientView'
66
spec.summary = 'Easily use gradients in UIKit.'
77
spec.description = 'Gradient View is a simple UIView wrapper around CGGradient.'
88
spec.source = {:git => 'https://github.com/soffes/GradientView.git', :tag => "v#{spec.version}"}
99
spec.license = { :type => 'MIT', :file => 'LICENSE' }
1010

11-
spec.platform = :ios, '8.0'
12-
spec.platform = :tvos, '9.0'
11+
spec.ios.deployment_target = '8.0'
12+
spec.tvos.deployment_target = '9.0'
13+
1314
spec.frameworks = 'UIKit'
1415
spec.source_files = 'GradientView/**/*.{h,m,swift}'
1516
end

GradientView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.3.2</string>
18+
<string>2.3.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)