{"id":18611148,"url":"https://github.com/loginradius/ios-sdk","last_synced_at":"2025-04-10T23:30:30.631Z","repository":{"id":33679609,"uuid":"37332358","full_name":"LoginRadius/ios-sdk","owner":"LoginRadius","description":"The LoginRadius iOS SDK will let you integrate LoginRadius' customer identity platform with your iOS application(s).","archived":false,"fork":false,"pushed_at":"2024-04-12T10:49:11.000Z","size":66266,"stargazers_count":7,"open_issues_count":2,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-14T09:05:42.875Z","etag":null,"topics":["cocoapods","identity-management","ios-sdk","loginradius","loginradius-ios-sdk","loginradius-sdk","native-apps","single-sign-on","social-login","wrapper-library"],"latest_commit_sha":null,"homepage":"https://www.loginradius.com","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LoginRadius.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-06-12T16:25:56.000Z","updated_at":"2024-04-18T10:56:19.449Z","dependencies_parsed_at":"2024-04-18T11:06:22.936Z","dependency_job_id":null,"html_url":"https://github.com/LoginRadius/ios-sdk","commit_stats":{"total_commits":191,"total_committers":13,"mean_commits":"14.692307692307692","dds":0.4921465968586387,"last_synced_commit":"050cc28f003aa251a67b342faf40449563fb005b"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoginRadius%2Fios-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoginRadius%2Fios-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoginRadius%2Fios-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoginRadius%2Fios-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoginRadius","download_url":"https://codeload.github.com/LoginRadius/ios-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223449822,"owners_count":17146984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapods","identity-management","ios-sdk","loginradius","loginradius-ios-sdk","loginradius-sdk","native-apps","single-sign-on","social-login","wrapper-library"],"created_at":"2024-11-07T03:12:52.195Z","updated_at":"2024-11-07T03:12:52.278Z","avatar_url":"https://github.com/LoginRadius.png","language":"Objective-C","readme":"# LoginRadius iOS SDK\n![Home Image](http://docs.lrcontent.com/resources/github/banner-1544x500.png)\n\n## Introduction ##\nLoginRadius is an Identity Management Platform that simplifies user registration while securing data. LoginRadius Platform simplifies and secures your user registration process, increases conversion with Social Login that combines 30 major social platforms, and offers a full solution with Traditional Customer Registration. You can gather a wealth of user profile data from Social Login or Traditional Customer Registration.\n\nLoginRadius centralizes it all in one place, making it easy to manage and access. Easily integrate LoginRadius with all of your third-party applications, like MailChimp, Google Analytics, Livefyre and many more, making it easy to utilize the data you are capturing.\n\nLoginRadius helps businesses boost user engagement on their web/mobile platform, manage online identities, utilize social media for marketing, capture accurate consumer data, and get unique social insight into their customer base.\n\nPlease visit [here](http://www.loginradius.com/) for more information.\n\n## Documentation\nFor full documentation visit [here](https://docs.loginradius.com/api/v2/mobile-libraries/ios-library)\n\n## Author\n\n[LoginRadius](https://www.loginradius.com/)\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.\n\n\n#### There are three projects in the library:\na. ObjCDemo - This is the demo application in objective-c.\u003cbr\u003e\na. SwiftDemo - This is the demo application in Swift(Supported Swift version 4.2).\u003cbr\u003e\nb. LoginRadiusSDK -This is the LoginRadius SDK.\n\n\n## Installing\n\nCocoaPods\n\nWe recommend using CocoaPods for installing the library in a project.\n\nCocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```\n$ gem install cocoapods\n```\n\nTo integrate LRSDK into your Xcode project using CocoaPods, specify it in your Podfile:\n\n```\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '11.0'\n\ntarget 'TargetName' do\n\n#Comment the next line if you don't want to use dynamic frameworks\nuse_frameworks!\npod 'LoginRadiusSDK', '~\u003e 5.9.0'\nend\n\n```\n\nThen, run the following command:\n\n```\n$ pod install\n\n```\nSwift Package Manager\n\nThe Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.\n\nTo add LoginRadiusSDK to your project using SwiftPM follow these steps:\n\n 1. Open your project in Xcode\n 2. In the main menu, select File -\u003e Swift Packages -\u003e Add Package Dependency...\n 3. In the window, enter the package url\n     https://github.com/LoginRadius/ios-sdk.git \n  \nTo use LoginRadiusSDK in your code, import the module or header files as needed:\n\nObjective-c\n\n```\n@import LoginRadiusPackage;  \n\n```\nSwift\n\n```\nimport LoginRadiusPackage     \n\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floginradius%2Fios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floginradius%2Fios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floginradius%2Fios-sdk/lists"}