blob: 68fe6c081f387b96ac7f7a866600f7867a571b83 [file] [log] [blame]
{
"name": "ManoramaKit",
"version": "0.1.51",
"summary": "ManoramaKit is a Single Sign-in SDK for iOS applications, which follows a neat introduction to Mobile Authorization.",
"homepage": "http://git.hifx.in/mm-shamar/mm-sso-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sijo": "sijo@hifx.co.in"
},
"source": {
"git": "http://embitel:embitel1234@git.hifx.in/mm-shamar/mm-sso-sdk-ios.git",
"tag": "0.1.51"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"resources": "ManoramaKit/Assets/**/*.{png,xib,json}",
"source_files": [
"ManoramaKit",
"ManoramaKit/**/*.{h, swift}"
],
"static_framework": true,
"frameworks": [
"UIKit",
"SafariServices"
],
"dependencies": {
"GoogleSignIn": [
],
"FBSDKLoginKit": [
]
},
"swift_version": "5.0"
}