blob: 8d17ab4e099ef2c2e65f1a85c74b2f3a01ccdbbf [file] [log] [blame]
{
"name": "ILLoginKit",
"version": "0.0.5",
"summary": "LoginKit is a quick and easy way to add a Login/Signup UX to your app.",
"description": "LoginKit handles Signup & Login, via Facebook & Email. It takes care of the UI, the forms, validation, and Facebook SDK access.\nAll you need to do is start LoginKit, and then make the necessary calls to your own backend API to login or signup.",
"homepage": "https://github.com/icalialabs/LoginKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Lozano": "dan@danielozano.com"
},
"source": {
"git": "https://github.com/icalialabs/LoginKit.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/danlozanov",
"platforms": {
"ios": "9.0"
},
"source_files": "LoginKit/Classes/**/*",
"resources": "LoginKit/Assets/*.{xib,xcassets,png,jpg,otf,ttf}",
"dependencies": {
"Validator": [
"~> 2.1.1"
],
"FBSDKLoginKit": [
"4.18.0"
]
},
"pushed_with_swift_version": "3.0"
}