Skip to content

Commit 73c61ba

Browse files
committed
Reverting PINCache as being optional until final 3.0 release.
1 parent 42356c8 commit 73c61ba

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

PINRemoteImage.podspec

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ Pod::Spec.new do |s|
2222
s.requires_arc = true
2323

2424
# Include optional FLAnimatedImage module
25-
s.default_subspecs = 'FLAnimatedImage','PINCache'
25+
s.default_subspecs = 'FLAnimatedImage'
2626

2727
### Subspecs
2828
s.subspec 'Core' do |cs|
2929
cs.ios.deployment_target = "7.0"
3030
cs.tvos.deployment_target = "9.0"
3131
cs.osx.deployment_target = "10.9"
3232
cs.source_files = 'Pod/Classes/**/*.{h,m}'
33-
cs.exclude_files = 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h', 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m','Pod/Classes/PINCache/**/*.{h,m}'
33+
cs.exclude_files = 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h', 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m'
3434
cs.public_header_files = 'Pod/Classes/**/*.h'
3535
cs.frameworks = 'ImageIO', 'Accelerate'
36+
cs.dependency 'PINCache', '3.0.1-beta'
3637
end
3738

3839
s.subspec 'iOS' do |ios|
@@ -69,10 +70,4 @@ Pod::Spec.new do |s|
6970
webp.dependency 'libwebp'
7071
end
7172

72-
s.subspec "PINCache" do |pc|
73-
pc.dependency 'PINRemoteImage/Core'
74-
pc.dependency 'PINCache', '>=3.0.1-beta'
75-
pc.source_files = 'Pod/Classes/PINCache/**/*.{h,m}'
76-
end
77-
7873
end

0 commit comments

Comments
 (0)