Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Updated podspc
Browse files Browse the repository at this point in the history
  • Loading branch information
zlash committed Nov 18, 2015
1 parent 2d3b6c1 commit 9948e80
Show file tree
Hide file tree
Showing 1,011 changed files with 11 additions and 57,551 deletions.
75 changes: 10 additions & 65 deletions Office365.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = "Office365"
s.version = "0.12.0"
s.version = "0.2.0"
s.summary = "Client libraries for calling Office 365 service APIs from iOS apps."
s.description = <<-DESC
Client libraries for calling Office 365 service APIs from iOS apps.
Expand All @@ -20,69 +20,14 @@ Pod::Spec.new do |s|
}
s.exclude_files = "**/Build/**/*"
s.requires_arc = true

s.dependency "orc"

s.source_files = "sdk/**/*.{h,m}"

# --- Subspecs ------------------------------------------------------------------#


s.subspec "DirectoryServices" do |subspec|
subspec.source_files = "sdk/DirectoryServices/**/*.{h,m}"
subspec.public_header_files = "sdk/DirectoryServices/**/*.h"
subspec.header_dir = "DirectoryServices"
end


s.subspec "Discovery" do |subspec|
subspec.source_files = "sdk/Discovery/**/*.{h,m}"
subspec.public_header_files = "sdk/Discovery/**/*.h"
subspec.header_dir = "Discovery"
end


s.subspec "Files" do |subspec|
subspec.source_files = "sdk/Files/**/*.{h,m}"
subspec.public_header_files = "sdk/Files/**/*.h"
subspec.header_dir = "Files"
end


s.subspec "Graph" do |subspec|
subspec.source_files = "sdk/Graph/**/*.{h,m}"
subspec.public_header_files = "sdk/Graph/**/*.h"
subspec.header_dir = "Graph"
end


s.subspec "OneNote" do |subspec|
subspec.source_files = "sdk/OneNote/**/*.{h,m}"
subspec.public_header_files = "sdk/OneNote/**/*.h"
subspec.header_dir = "OneNote"
end


s.subspec "Outlook" do |subspec|
subspec.source_files = "sdk/Outlook/**/*.{h,m}"
subspec.public_header_files = "sdk/Outlook/**/*.h"
subspec.header_dir = "Outlook"
end


s.subspec "SampleService" do |subspec|
subspec.source_files = "sdk/SampleService/**/*.{h,m}"
subspec.public_header_files = "sdk/SampleService/**/*.h"
subspec.header_dir = "SampleService"
end

end
end
end
end
end
end
end
end
end
end
end
s.dependency "MSOutlook-SDK-iOS"
s.dependency "MSOffice365-Discovery-SDK-iOS"
s.dependency "MSOneNote-SDK-iOS"
s.dependency "MSGraph-SDK-iOS"
s.dependency "MSAADGraph-SDK-iOS"



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ For each SDK in particular, please visit their corresponding repository:
You will need to sign a [Contributor License Agreement](https://cla2.msopentech.com/) before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the Contributor License Agreement when you receive the email containing the link to the document. This needs to only be done once for any Microsoft Open Technologies OSS project.

## License
Copyright (c) Microsoft , Inc. All rights reserved. Licensed under the Apache License, Version 2.0.
Copyright (c) Microsoft , Corp. All rights reserved. Licensed under the Apache License, Version 2.0.
39 changes: 0 additions & 39 deletions sdk/Podfile

This file was deleted.

25 changes: 0 additions & 25 deletions sdk/all_services.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9948e80

Please sign in to comment.