Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Charles SORIN committed Aug 22, 2017
1 parent 3a777ff commit 8591d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extra.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Pod::Spec.new do |s|
s.default_subspec = 'UIKit', 'Foundation'

s.subspec 'UIKit' do |sp|
sp.source_files = 'Extra/Classes/UIKit/**/*.{swift}'
sp.source_files = 'Extra/Classes/Extra/**/*.{swift}', 'Extra/Classes/UIKit/**/*.{swift}'
end

s.subspec 'Foundation' do |sp|
sp.source_files = 'Extra/Classes/Foundation/**/*.{swift}'
sp.source_files = 'Extra/Classes/Extra/**/*.{swift}', 'Extra/Classes/Foundation/**/*.{swift}'
end

s.subspec 'Realm' do |sp|
Expand Down

0 comments on commit 8591d06

Please sign in to comment.