File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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}'
1516end
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments