9
9
Pod ::Spec . new do |s |
10
10
s . name = 'UIImageSymbols'
11
11
s . version = '0.1.0'
12
- s . summary = 'A short description of UIImageSymbols .'
12
+ s . summary = 'A SF Symbols static variables extension of UIImage .'
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
16
16
# * Try to keep it short, snappy and to the point.
17
17
# * Write the description between the DESC delimiters below.
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
- s . description = <<-DESC
21
- TODO: Add long description of the pod here.
22
- DESC
20
+ s . description = s . summary * 2
23
21
24
- s . homepage = 'https://github.com/Jianqiu Xiao /UIImageSymbols'
22
+ s . homepage = 'https://github.com/swordray /UIImageSymbols'
25
23
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
24
s . license = { :type => 'MIT' , :file => 'LICENSE' }
27
25
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 }
29
27
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
28
31
- s . ios . deployment_target = '8 .0'
29
+ s . ios . deployment_target = '13 .0'
32
30
33
31
s . source_files = 'UIImageSymbols/Classes/**/*'
34
32
@@ -39,4 +37,6 @@ TODO: Add long description of the pod here.
39
37
# s.public_header_files = 'Pod/Classes/**/*.h'
40
38
# s.frameworks = 'UIKit', 'MapKit'
41
39
# s.dependency 'AFNetworking', '~> 2.3'
40
+
41
+ s . swift_versions = '5.1'
42
42
end
0 commit comments