[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / 9 / MSGraphClientSDK / 0.1.3 / MSGraphClientSDK.podspec.json
blobb1aa82a2cfe9657bfeb896fd857f17ba4c5f031d
2   "name": "MSGraphClientSDK",
3   "version": "0.1.3",
4   "summary": "Microsoft Graph ObjC SDK.",
5   "description": "Integrate the Microsoft Graph API into your iOS App!",
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.git",
18     "tag": "0.1.3"
19   },
20   "source_files": "MSGraphClientSDK/MSGraphClientSDK/MSGraphClientSDK.h",
21   "exclude_files": "MSGraphClientSDK/MSGraphClientSDKTests/*",
22   "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/MSGraphClientSDK.h",
23   "subspecs": [
24     {
25       "name": "Authentication",
26       "source_files": "MSGraphClientSDK/MSGraphClientSDK/Authentication/*.{h,m}",
27       "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/Authentication/*.h"
28     },
29     {
30       "name": "Common",
31       "dependencies": {
32         "MSGraphClientSDK/Authentication": [
34         ]
35       },
36       "source_files": "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.{h,m}",
37       "public_header_files": "MSGraphClientSDK/MSGraphClientSDK/{Common,Middleware,GraphContent,HTTPClient}/**/*.h"
38     }
39   ]