blob: 6cffd783c70d6c7c6f87449afdf15feeca90f27d [file] [log] [blame]
{
"name": "MSOutlook-SDK-iOS",
"version": "2.0.1",
"summary": "Client libraries for calling Outlook APIs from iOS apps. (Preview)",
"description": "Client libraries for calling Outlook APIs from iOS apps. (Preview)",
"homepage": "https://github.com/OfficeDev/Outlook-SDK-iOS",
"license": "Apache License, Version 2.0",
"authors": {
"v-migpe": "v-migpe@microsoft.com"
},
"social_media_url": "http://twitter.com/OpenAtMicrosoft",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/OfficeDev/Outlook-SDK-iOS.git",
"tag": "v2.0.1"
},
"exclude_files": "**/Build/**/*",
"requires_arc": true,
"source_files": [
"Fetchers/*.{h,m}",
"Model/*.{h,m}",
"MSOutlook.h"
],
"dependencies": {
"orc": [
],
"ADALiOS": [
],
"LiveSDK": [
"=5.6.1"
]
}
}