blob: 135be5d67be144d530b4cf6e7ec38568136e60dd [file] [log] [blame]
{
"name": "SSOManager",
"platforms": {
"ios": "9.0"
},
"description": "SSO Manager is framework to manage authentication for innoplexus products. Its provides all authenticated user info along with authnetication details.",
"summary": "SSOManager is drop in framework to manage authentication for innoplexus products",
"requires_arc": true,
"version": "1.12",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dhiraj Jadhao": "dhiraj.jadhao@innoplexus.com"
},
"homepage": "https://gitlab.innoplexus.de/innoplexusmobile/SSOManager-iOS",
"source": {
"git": "https://gitlab.innoplexus.de/innoplexusmobile/SSOManager-iOS.git",
"tag": "1.12"
},
"frameworks": [
"UIKit"
],
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
],
"FacebookLogin": [
],
"LinkedinSwift": [
]
},
"source_files": [
"SSOManager/**/*.{swift,xib,png}"
]
}