blob: 0ae8f201590f78b9c003f61bc82fe81fa151bc97 [file] [log] [blame]
{
"name": "SKO365Auth",
"version": "1.0.1",
"summary": "Office365 Authorization.",
"description": "A cocoapods for Office365 Authorization",
"homepage": "http://sagarrkothari.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sag333ar/SKO365Auth.git",
"tag": "1.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MSGraphSDK": [
],
"MSGraphSDK-NXOAuth2Adapter": [
]
},
"subspecs": [
{
"name": "O365",
"source_files": "O365/*.{h,m}"
}
]
}