Latest | 0.1.4 |
---|---|
Homepage | https://realm.io |
License | Apache-2.0 |
Platforms | ios 9.0, requires ARC |
Dependencies | Realm, TORoundedTableView |
Authors |
Latest podspec
{ "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": "[email protected]" }, "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": [] } } ] }
Thu, 07 Dec 2017 00:40:22 +0000