[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 6 / 1 / MSGraphClientModels / 0.1.1 / MSGraphClientModels.podspec.json
blob18c762922fbf58d0283e74b4f1e8b40f9a65d65f
2   "name": "MSGraphClientModels",
3   "version": "0.1.1",
4   "summary": "Microsoft Graph Models to be used with MSGraphClientSDK.",
5   "description": "Use these models to convert raw data from MSGraphClientSDK to models and back.",
6   "homepage": "http://graph.microsoft.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Microsoft Graph",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10"
15   },
16   "source": {
17     "git": "https://github.com/microsoftgraph/msgraph-sdk-objc-models.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "{BaseModels,GeneratedModels}/*.{h,m}",
21   "exclude_files": "MSGraphClientModelsTests/*",
22   "public_header_files": "{BaseModels,GeneratedModels}/*.h"