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.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}'
1414end
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.0.1 </string >
18+ <string >2.0.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments