Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit da7223e

Browse files
authored
Merge pull request #29 from microsoftgraph/dev
Dev to master merge
2 parents f7cc921 + 71fd66b commit da7223e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSGraphClientSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Pod::Spec.new do |s|
3030

3131
s.subspec "Common" do |common|
3232
common.dependency 'MSGraphClientSDK/Authentication'
33-
common.source_files = "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.{h,m}"
34-
common.public_header_files = "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.h"
33+
common.source_files = "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient,GraphTasks}/**/*.{h,m}"
34+
common.public_header_files = "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient,GraphTasks}/**/*.h"
3535
end
3636

3737
end

0 commit comments

Comments
 (0)