blob: 0846e1669437b71ab65dac651af8b14eadd6dc24 [file] [log] [blame]
{
"name": "NRLoginManager",
"version": "1.0.0",
"summary": "This library provides makes your login work easy by integrating the facebook and google login with one line of code.",
"swift_version": "4.0",
"description": "NRLoginManager: This library provides makes your login work easy by integrating the facebook and google login with one line of code.",
"homepage": "https://github.com/naveenrana1309/NRLoginManager",
"screenshots": "https://cdn.rawgit.com/naveenrana1309/NRLoginManager/master/Example/sample.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naveenrana1309": "naveenrana1309@gmail.com"
},
"source": {
"git": "https://github.com/naveenrana1309/NRLoginManager.git",
"tag": "1.0.0"
},
"static_framework": true,
"platforms": {
"ios": "10.0"
},
"source_files": "NRLoginManager/Classes/**/*",
"dependencies": {
"FacebookLogin": [
],
"GoogleSignIn": [
]
}
}