blob: f9a0f5c782dec3a6ddd2223018d7e11fd23361d9 [file] [log] [blame]
{
"name": "orc",
"version": "0.20.1",
"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.1"
},
"exclude_files": "**/Build/**/*",
"source_files": [
"api/*.{h,m}",
"core/*.{h,m}",
"impl/*.{h,m}"
],
"header_mappings_dir": ".",
"preserve_paths": "**/*.{h,m}",
"dependencies": {
"ADALiOS": [
"=1.2.4"
],
"LiveSDK": [
"=5.6.1"
]
}
}