blob: 2b4d3cc85e52cc504f47d6f7457f918677f2116d [file] [log] [blame]
{
"name": "orc",
"version": "0.20.3",
"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.3"
},
"exclude_files": "**/Build/**/*",
"source_files": [
"api/*.{h,m}",
"core/*.{h,m}",
"impl/*.{h,m}"
],
"header_mappings_dir": ".",
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/orc\""
},
"dependencies": {
"ADALiOS": [
"=1.2.4"
],
"LiveSDK": [
"=5.6.1"
]
}
}