Skip to content

Commit b817f41

Browse files
committed
zbf
1 parent c090e74 commit b817f41

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

XLWebImage.podspec

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Pod::Spec.new do |s|
1717

1818
s.name = "XLWebImage"
1919
s.version = "1.0.0"
20-
s.summary = "A short description of XLWebImage."
20+
s.summary = "XLWebImage."
2121

2222
# This description is used to generate tags and improve search results.
2323
# * Think: What does it do? Why did you write it? What is the focus?
2424
# * Try to keep it short, snappy and to the point.
2525
# * Write the description between the DESC delimiters below.
2626
# * Finally, don't worry about the indent, CocoaPods strips it!
27-
s.description = <<-DESC
28-
DESC
27+
# s.description = <<-DESC
28+
# DESC
2929

30-
s.homepage = "http://EXAMPLE/XLWebImage"
30+
s.homepage = "https://github.com/zfavourite99/XLWebImage"
3131
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
3232

3333

@@ -64,10 +64,10 @@ Pod::Spec.new do |s|
6464
#
6565

6666
# s.platform = :ios
67-
# s.platform = :ios, "5.0"
67+
s.platform = :ios, "8.0"
6868

6969
# When using multiple platforms
70-
# s.ios.deployment_target = "5.0"
70+
s.ios.deployment_target = "8.0"
7171
# s.osx.deployment_target = "10.7"
7272
# s.watchos.deployment_target = "2.0"
7373
# s.tvos.deployment_target = "9.0"
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
7979
# Supports git, hg, bzr, svn and HTTP.
8080
#
8181

82-
s.source = { :git => "http://EXAMPLE/XLWebImage.git", :tag => "#{s.version}" }
82+
s.source = { :git => "https://github.com/zfavourite99/XLWebImage.git", :tag => "#{s.version}" }
8383

8484

8585
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -90,10 +90,9 @@ Pod::Spec.new do |s|
9090
# Not including the public_header_files will make all headers public.
9191
#
9292

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"
9796

9897

9998
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -118,7 +117,7 @@ Pod::Spec.new do |s|
118117

119118
# s.framework = "SomeFramework"
120119
# s.frameworks = "SomeFramework", "AnotherFramework"
121-
120+
s.ios.vendored_frameworks = 'XLWebImage/M13Progress/M13ProgressSuite.framework'
122121
# s.library = "iconv"
123122
# s.libraries = "iconv", "xml2"
124123

@@ -129,9 +128,9 @@ Pod::Spec.new do |s|
129128
# where they will only apply to your library. If you depend on other Podspecs
130129
# you can include multiple dependencies to ensure it works.
131130

132-
# s.requires_arc = true
131+
s.requires_arc = true
133132

134133
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
135-
# s.dependency "JSONKit", "~> 1.4"
134+
# s.dependency "M13ProgressSuite", "~> 1.2.9"
136135

137136
end

0 commit comments

Comments
 (0)