[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / f / 5 / orc / 0.20.0 / orc.podspec.json
blob38373abad23a704dfe1d6289931fe7d1d534f92e
2   "name": "orc",
3   "version": "0.20.0",
4   "summary": "Office REST Client for Office 365 APIs",
5   "description": "Client stack for Office 365 REST APIs and SDKs.\nThese libraries are in preview.",
6   "homepage": "https://github.com/MSOpenTech/orc-for-ios",
7   "license": "MIT",
8   "authors": {
9     "joshgav": "joshgav@microsoft.com"
10   },
11   "social_media_url": "http://twitter.com/OpenAtMicrosoft",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/MSOpenTech/orc-for-ios.git",
18     "tag": "v0.20.0"
19   },
20   "exclude_files": "**/Build/**/*",
21   "source_files": [
22     "api/*.{h,m}",
23     "core/*.{h,m}",
24     "impl/*.{h,m}"
25   ],
26   "header_mappings_dir": ".",
27   "dependencies": {
28     "ADALiOS": [
29       "=1.2.4"
30     ],
31     "LiveSDK": [
32       "=5.6.1"
33     ]
34   }