@@ -17,17 +17,17 @@ Pod::Spec.new do |s|
17
17
18
18
s . name = "XLWebImage"
19
19
s . version = "1.0.0"
20
- s . summary = "A short description of XLWebImage."
20
+ s . summary = "XLWebImage."
21
21
22
22
# This description is used to generate tags and improve search results.
23
23
# * Think: What does it do? Why did you write it? What is the focus?
24
24
# * Try to keep it short, snappy and to the point.
25
25
# * Write the description between the DESC delimiters below.
26
26
# * Finally, don't worry about the indent, CocoaPods strips it!
27
- s . description = <<-DESC
28
- DESC
27
+ # s.description = <<-DESC
28
+ # DESC
29
29
30
- s . homepage = "http ://EXAMPLE /XLWebImage"
30
+ s . homepage = "https ://github.com/zfavourite99 /XLWebImage"
31
31
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
32
32
33
33
@@ -64,10 +64,10 @@ Pod::Spec.new do |s|
64
64
#
65
65
66
66
# s.platform = :ios
67
- # s.platform = :ios, "5 .0"
67
+ s . platform = :ios , "8 .0"
68
68
69
69
# When using multiple platforms
70
- # s.ios.deployment_target = "5 .0"
70
+ s . ios . deployment_target = "8 .0"
71
71
# s.osx.deployment_target = "10.7"
72
72
# s.watchos.deployment_target = "2.0"
73
73
# s.tvos.deployment_target = "9.0"
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
79
79
# Supports git, hg, bzr, svn and HTTP.
80
80
#
81
81
82
- s . source = { :git => "http ://EXAMPLE /XLWebImage.git" , :tag => "#{ s . version } " }
82
+ s . source = { :git => "https ://github.com/zfavourite99 /XLWebImage.git" , :tag => "#{ s . version } " }
83
83
84
84
85
85
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -90,10 +90,9 @@ Pod::Spec.new do |s|
90
90
# Not including the public_header_files will make all headers public.
91
91
#
92
92
93
- s . source_files = "Classes" , "Classes/**/*.{h,m}"
94
- s . exclude_files = "Classes/Exclude"
95
-
96
- # s.public_header_files = "Classes/**/*.h"
93
+ s . source_files = "XLWebImage" , "XLWebImage/**/*.{h,m}"
94
+ # s.exclude_files = "Classes/Exclude"
95
+ s . public_header_files = "XLWebImage/XLWebImage.h" , "XLWebImage/XLWebImage/XLWebImageCommon.h" , "XLWebImage/XLWebImage/XLImageCache.h" , "XLWebImage/XLWebImage/XLImageClient.h" , "XLWebImage/XLWebImage/UIImageView+XLWebLoad.h"
97
96
98
97
99
98
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -118,7 +117,7 @@ Pod::Spec.new do |s|
118
117
119
118
# s.framework = "SomeFramework"
120
119
# s.frameworks = "SomeFramework", "AnotherFramework"
121
-
120
+ s . ios . vendored_frameworks = 'XLWebImage/M13Progress/M13ProgressSuite.framework'
122
121
# s.library = "iconv"
123
122
# s.libraries = "iconv", "xml2"
124
123
@@ -129,9 +128,9 @@ Pod::Spec.new do |s|
129
128
# where they will only apply to your library. If you depend on other Podspecs
130
129
# you can include multiple dependencies to ensure it works.
131
130
132
- # s.requires_arc = true
131
+ s . requires_arc = true
133
132
134
133
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
135
- # s.dependency "JSONKit ", "~> 1.4 "
134
+ # s.dependency "M13ProgressSuite ", "~> 1.2.9 "
136
135
137
136
end
0 commit comments