浏览代码

update podspec

ibireme 9 年之前
父节点
当前提交
24c8bd4911
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      YYImage.podspec

+ 1 - 0
YYImage.podspec

@@ -11,6 +11,7 @@ Pod::Spec.new do |s|
   s.source       = { :git => 'https://github.com/ibireme/YYImage.git', :tag => s.version.to_s }
   
   s.requires_arc = true
+  s.default_subspec = 'Core'
   
   s.libraries = 'z'
   s.frameworks = 'UIKit', 'CoreFoundation', 'QuartzCore', 'AssetsLibrary', 'ImageIO', 'Accelerate', 'MobileCoreServices'