blob: 38373abad23a704dfe1d6289931fe7d1d534f92e [file] [log] [blame]
{
"name": "orc",
"version": "0.20.0",
"summary": "Office REST Client for Office 365 APIs",
"description": "Client stack for Office 365 REST APIs and SDKs.\nThese libraries are in preview.",
"homepage": "https://github.com/MSOpenTech/orc-for-ios",
"license": "MIT",
"authors": {
"joshgav": "joshgav@microsoft.com"
},
"social_media_url": "http://twitter.com/OpenAtMicrosoft",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/MSOpenTech/orc-for-ios.git",
"tag": "v0.20.0"
},
"exclude_files": "**/Build/**/*",
"source_files": [
"api/*.{h,m}",
"core/*.{h,m}",
"impl/*.{h,m}"
],
"header_mappings_dir": ".",
"dependencies": {
"ADALiOS": [
"=1.2.4"
],
"LiveSDK": [
"=5.6.1"
]
}
}