diff --git a/FMPhotoPicker.podspec b/FMPhotoPicker.podspec index 0c6a2ca..a636ec0 100644 --- a/FMPhotoPicker.podspec +++ b/FMPhotoPicker.podspec @@ -10,4 +10,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.source = { :git => "https://github.com/tribalmedia/FMPhotoPicker.git", :tag => s.version } s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift' + s.resources = ['FMPhotoPicker/FMPhotoPicker/source/Assets.xcassets', 'FMPhotoPicker/FMPhotoPicker/source/**/*.xib'] end