diff --git a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec index 6b734a6c..ce5354f9 100644 --- a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec +++ b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.source_files = 'Classes' s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'CFNetwork' else - s.source_files = 'Classes/ASI[^Auth]*.*' + s.source_files = FileList['Classes/*.*'].exclude(/ASIAuthenticationDialog\.\w$/) s.frameworks = 'SystemConfiguration', 'CoreServices' end diff --git a/EGOTableViewPullRefresh/0.1/EGOTableViewPullRefresh.podspec b/EGOTableViewPullRefresh/0.1/EGOTableViewPullRefresh.podspec index ac5a57aa..3aea6a0f 100644 --- a/EGOTableViewPullRefresh/0.1/EGOTableViewPullRefresh.podspec +++ b/EGOTableViewPullRefresh/0.1/EGOTableViewPullRefresh.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| :commit => '743679ffeb6ac02f0afffaac46f318dd2ce6122e' } s.source_files = 'EGOTableViewPullRefresh/Classes/View/*.{h,m}' - s.resources = 'EGOTableViewPullRefresh/Resources' + s.resources = 'EGOTableViewPullRefresh/Resources/*.png' s.clean_paths = 'Demo' s.framework = 'QuartzCore' end diff --git a/SSToolkit/0.1.1/SSToolkit.podspec b/SSToolkit/0.1.1/SSToolkit.podspec index 64b6f4e5..592e3206 100644 --- a/SSToolkit/0.1.1/SSToolkit.podspec +++ b/SSToolkit/0.1.1/SSToolkit.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| 'easier by solving common problems all iOS developers face. Some really ' \ 'handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.' - s.resources = 'Resources' + s.resources = 'Resources/SSToolkit.bundle' s.source_files = 'SSToolkit/**/*.{h,m}' s.frameworks = 'QuartzCore', 'CoreGraphics' diff --git a/SSToolkit/0.1.2/SSToolkit.podspec b/SSToolkit/0.1.2/SSToolkit.podspec index c441ddf0..37137d34 100644 --- a/SSToolkit/0.1.2/SSToolkit.podspec +++ b/SSToolkit/0.1.2/SSToolkit.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| 'easier by solving common problems all iOS developers face. Some really ' \ 'handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.' - s.resources = 'Resources' + s.resources = 'Resources/SSToolkit.bundle' s.source_files = 'SSToolkit/**/*.{h,m}' s.frameworks = 'QuartzCore', 'CoreGraphics'