Merge pull request #189 from kurige/master

Podspec: Add 'MK' as acceptable prefix for MKAnnotationView category
This commit is contained in:
Olivier Poitrey 2012-10-01 13:20:22 -07:00
commit 3c4c61f54c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \ 'several times, a guarantee that bogus URLs won\'t be retried again and again, ' \
'and performances!' 'and performances!'
s.source_files = 'SDWebImage/{SD,UI}*.{h,m}' s.source_files = 'SDWebImage/{MK,SD,UI}*.{h,m}'
s.framework = 'ImageIO' s.framework = 'ImageIO'
# TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage' # TODO currently CocoaPods always tries to install the subspec even if the dependency is on just 'SDWebImage'