Skip to content

Commit

Permalink
Updating Analytics.podspec to account for Vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Apr 29, 2017
1 parent bcf88d4 commit e3dbbc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Analytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ Pod::Spec.new do |s|

s.framework = 'Security'

s.source_files = 'Analytics/Classes/**/*'
s.source_files = [
'Analytics/Classes/**/*',
'Analytics/Vendor/**/*'
]
end

0 comments on commit e3dbbc6

Please sign in to comment.