2 "name": "MSGraphClientSDK",
4 "summary": "Microsoft Graph ObjC SDK.",
5 "description": "Integrate the Microsoft Graph API into your iOS App!",
6 "homepage": "http://graph.microsoft.io",
11 "authors": "Microsoft Graph",
17 "git": "https://github.com/microsoftgraph/msgraph-sdk-objc.git",
20 "source_files": "MSGraphClientSDK/MSGraphClientSDK/MSGraphClientSDK.h",
21 "exclude_files": "MSGraphClientSDK/MSGraphClientSDKTests/*",
22 "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/MSGraphClientSDK.h",
25 "name": "Authentication",
26 "source_files": "MSGraphClientSDK/MSGraphClientSDK/Authentication/*.{h,m}",
27 "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/Authentication/*.h"
32 "MSGraphClientSDK/Authentication": [
36 "source_files": "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.{h,m}",
37 "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.h"