Skip to content

Commit

Permalink
Update s.source_files in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PhamBaTho committed Jul 4, 2017
1 parent 7be2aec commit 9bca2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTNavigationDropdownMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.social_media_url = "https://www.facebook.com/phambatho"
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/PhamBaTho/BTNavigationDropdownMenu.git", :tag => s.version.to_s }
s.source_files = "Source/**/**/*.swift"
s.source_files = "Source/**/*.swift"
s.resources = "Source/*.bundle"
s.requires_arc = true
end

0 comments on commit 9bca2f8

Please sign in to comment.