[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / e / MSGraph-SDK-iOS / 0.8.0 / MSGraph-SDK-iOS.podspec.json
blobc0a62d7ba4b3d818076218bfecd6f6f89be35c53
2   "name": "MSGraph-SDK-iOS",
3   "version": "0.8.0",
4   "summary": "Client libraries for calling Microsoft Graph APIs from iOS apps. (Preview)",
5   "description": "Client libraries for calling Microsoft Graph APIs from iOS apps. (Preview)",
6   "homepage": "https://github.com/OfficeDev/Microsoft-Graph-SDK-iOS",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "v-migpe": "v-migpe@microsoft.com"
10   },
11   "social_media_url": "http://twitter.com/OpenAtMicrosoft",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/OfficeDev/Microsoft-Graph-SDK-iOS.git",
17     "tag": "v0.8.0"
18   },
19   "exclude_files": "**/Build/**/*",
20   "requires_arc": true,
21   "source_files": [
22     "Fetchers/*.{h,m}",
23     "Model/*.{h,m}",
24     "MSGraphService.h"
25   ],
26   "dependencies": {
27     "orc": [
29     ],
30     "ADALiOS": [
31       "=1.2.4"
32     ],
33     "LiveSDK": [
34       "=5.6.1"
35     ]
36   }