Skip to content

Commit

Permalink
fix(Cocoapods): Fix paths of source_files and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbrocal authored Nov 19, 2020
1 parent 93cd934 commit 85c3da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mistica.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '12.0'

s.source_files = 'Mistica/**/*.swift'
s.source_files = 'Mistica/Source/**/*.swift'

s.resources = ['Mistica/Resources/*']
s.resources = ['Mistica/Source/Resources/*']

s.frameworks = 'UIKit'
s.dependency 'lottie-ios', '3.1.8'
Expand Down

0 comments on commit 85c3da1

Please sign in to comment.