[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / f / 5 / orc / 0.20.1 / orc.podspec.json
blobf9a0f5c782dec3a6ddd2223018d7e11fd23361d9
2   "name": "orc",
3   "version": "0.20.1",
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.1"
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   "preserve_paths": "**/*.{h,m}",
28   "dependencies": {
29     "ADALiOS": [
30       "=1.2.4"
31     ],
32     "LiveSDK": [
33       "=5.6.1"
34     ]
35   }