Skip to content

Commit db12c8d

Browse files
committed
Version 2.0.2
1 parent 0acce61 commit db12c8d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GradientView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GradientView'
3-
spec.version = '2.0.1'
3+
spec.version = '2.0.2'
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.requires_arc = true
11+
spec.platform = :ios, '8.0'
1212
spec.frameworks = 'UIKit'
1313
spec.source_files = 'GradientView/**/*.{h,m,swift}'
1414
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.0.1</string>
18+
<string>2.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)