[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / f / 5 / orc / 0.2.0 / orc.podspec.json
blob5ced4640d4c1038959d11a39df2ec6f9c749226b
2   "name": "orc",
3   "version": "0.2.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.2.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   }