blob: c8f32751c22a4cd8a56d64f672772be5fd939d53 [file] [log] [blame]
{
"name": "MSGraphClientModels",
"version": "1.3.0",
"summary": "Microsoft Graph Models to be used with MSGraphClientSDK.",
"description": "Use these models to convert raw data from MSGraphClientSDK to models and back.",
"homepage": "http://graph.microsoft.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Microsoft Graph",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/microsoftgraph/msgraph-sdk-objc-models.git",
"tag": "1.3.0"
},
"source_files": "{BaseModels,GeneratedModels}/*.{h,m}",
"exclude_files": "MSGraphClientModelsTests/*",
"public_header_files": "{BaseModels,GeneratedModels}/*.h"
}