blob: fec2ae1846af0516df4ffb8fbba35eb689fe46b8 [file] [log] [blame]
{
"name": "RealmLoginKit",
"version": "0.1.4",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"summary": "A generic login view controller for apps that use the Realm Mobile Platform",
"homepage": "https://realm.io",
"authors": {
"Realm": "help@realm.io"
},
"source": {
"git": "https://github.com/realm-demos/realm-loginkit.git",
"tag": "0.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"dependencies": {
"Realm": [
],
"TORoundedTableView": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "**/RealmLoginKit/**/*.{swift}",
"exclude_files": "**/RealmLoginKit/Models/AuthenticationProviders/*"
},
{
"name": "AWSCognito",
"source_files": "**/RealmLoginKit/**/*.{swift}",
"dependencies": {
"AWSCognito": [
],
"AWSCognitoIdentityProvider": [
]
}
}
]
}