Skip to content

Commit

Permalink
Update WordPressShared.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
astralbodies authored Apr 5, 2018
1 parent 7b773bc commit c120a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPressShared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.author = { "Aaron Douglas" => "[email protected]" }
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/wordpress-mobile/WordPress-iOS-Shared.git", :tag => s.version.to_s }
s.source_files = '**/*.{h,m,swift}'
s.resources = [ 'Resources/*.{ttf,otf}' ]
s.exclude_files = 'Exclude'
s.source_files = 'WordPressShared/**/*.{h,m,swift}'
s.resources = [ 'WordPressShared/Resources/*.{ttf,otf}' ]
s.exclude_files = 'WordPressShared/Exclude'
s.requires_arc = true
s.header_dir = 'WordPressShared'

Expand Down

0 comments on commit c120a6b

Please sign in to comment.