99Pod ::Spec . new do |s |
1010 s . name = 'UIImageSymbols'
1111 s . version = '0.1.0'
12- s . summary = 'A short description of UIImageSymbols .'
12+ s . summary = 'A SF Symbols static variables extension of UIImage .'
1313
1414# This description is used to generate tags and improve search results.
1515# * Think: What does it do? Why did you write it? What is the focus?
1616# * Try to keep it short, snappy and to the point.
1717# * Write the description between the DESC delimiters below.
1818# * Finally, don't worry about the indent, CocoaPods strips it!
1919
20- s . description = <<-DESC
21- TODO: Add long description of the pod here.
22- DESC
20+ s . description = s . summary * 2
2321
24- s . homepage = 'https://github.com/Jianqiu Xiao /UIImageSymbols'
22+ s . homepage = 'https://github.com/swordray /UIImageSymbols'
2523 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2624 s . license = { :type => 'MIT' , :file => 'LICENSE' }
2725 s . author = { 'Jianqiu Xiao' => '[email protected] ' } 28- s . source = { :git => 'https://github.com/Jianqiu Xiao /UIImageSymbols.git' , :tag => s . version . to_s }
26+ s . source = { :git => 'https://github.com/swordray /UIImageSymbols.git' , :tag => s . version . to_s }
2927 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3028
31- s . ios . deployment_target = '8 .0'
29+ s . ios . deployment_target = '13 .0'
3230
3331 s . source_files = 'UIImageSymbols/Classes/**/*'
3432
@@ -39,4 +37,6 @@ TODO: Add long description of the pod here.
3937 # s.public_header_files = 'Pod/Classes/**/*.h'
4038 # s.frameworks = 'UIKit', 'MapKit'
4139 # s.dependency 'AFNetworking', '~> 2.3'
40+
41+ s . swift_versions = '5.1'
4242end
0 commit comments