Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Fix podspec didn't include xib resources bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Huang committed Jul 14, 2016
1 parent cd759f8 commit 39dd827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YangMingShan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.default_subspec = 'YMSPhotoPicker'

s.subspec 'YMSPhotoPicker' do |ss|
ss.source_files = ['YangMingShan/YMSPhotoPicker/*.{h,m}', 'YangMingShan/YMSPhotoPicker/**/*.{h,m}']
ss.resources = ['YangMingShan/YMSPhotoPicker/*.xib', 'YangMingShan/YMSPhotoPicker/YMSPhotoPickerAssets.xcassets']
ss.source_files = 'YangMingShan/YMSPhotoPicker/**/*.{h,m}'
ss.resources = ['YangMingShan/YMSPhotoPicker/**/*.xib', 'YangMingShan/YMSPhotoPicker/YMSPhotoPickerAssets.xcassets']
ss.frameworks = ['Photos', 'AVFoundation']
end

Expand Down

0 comments on commit 39dd827

Please sign in to comment.