blob: e0beea5666ffbe6a4375ce311555e4e4f46997ee [file] [log] [blame]
{
"name": "GraphNotificationsLibrary",
"version": "0.0.7",
"summary": "iOS library for Microsoft Graph Notifications.",
"license": {
"type": "MIT",
"text": "The MIT License (MIT)\nCopyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and\nassociated documentation files (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial\nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT\nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
},
"description": "This is the GraphNotificationsLibrary client for iOS. Learn more about Graph Notifications here: https://github.com/microsoft/MSGraphNotifications",
"homepage": "https://github.com/microsoft/MSGraphNotifications",
"authors": {
"Microsoft": "<adcrabtr@microsoft.com>"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "GraphNotificationsLibrary.framework",
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.6"
]
},
"source": {
"http": "https://github.com/microsoft/MSGraphNotifications/releases/download/0.0.6/GraphNotificationsLibrary.framework.zip"
}
}