{"id":49761371,"url":"https://github.com/webengage/webengage-ios-sdk","last_synced_at":"2026-06-30T07:00:16.409Z","repository":{"id":356540640,"uuid":"1173212910","full_name":"WebEngage/webengage-ios-sdk","owner":"WebEngage","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-17T07:32:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T09:21:49.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebEngage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-05T05:52:58.000Z","updated_at":"2026-05-11T05:49:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/WebEngage/webengage-ios-sdk","commit_stats":null,"previous_names":["webengage/webengage-ios-sdk"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/WebEngage/webengage-ios-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fwebengage-ios-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fwebengage-ios-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fwebengage-ios-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fwebengage-ios-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebEngage","download_url":"https://codeload.github.com/WebEngage/webengage-ios-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebEngage%2Fwebengage-ios-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34955986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-05-11T07:56:48.274Z","updated_at":"2026-06-30T07:00:15.946Z","avatar_url":"https://github.com/WebEngage.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebEngage iOS SDK\n\nWebEngage iOS SDK distributed via Swift Package Manager (SPM). This package provides pre-built XCFrameworks for integrating WebEngage into your iOS application.\n\n## Requirements\n\n- iOS 13.0+\n- Swift 5.8+\n- Xcode 14.3+\n\n## Installation\n\n### Swift Package Manager\n\nAdd the package dependency in Xcode:\n\n1. Go to **File → Add Package Dependencies...**\n2. Enter the repository URL:\n   ```\n   https://github.com/anthropics/webengage-ios-sdk\n   ```\n3. Select the libraries you need from the available products.\n\nOr add it to your `Package.swift`:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/anthropics/webengage-ios-sdk\", branch: \"main\")\n]\n```\n\n## Available Libraries\n\n| Library | Description | Dependencies |\n|---|---|---|\n| `WebEngageCore` | Core SDK — required for all WebEngage features | — |\n| `WebEngageLocation` | Location tracking support | WebEngageCore |\n| `WebEngagePersonalization` | In-app personalization | WebEngageCore |\n| `WebEngageNotificationInbox` | Notification inbox | WebEngageCore |\n\nAdd only the libraries you need to your target:\n\n```swift\n.target(\n    name: \"YourApp\",\n    dependencies: [\n        .product(name: \"WebEngageCore\", package: \"webengage-ios-sdk\"),\n        .product(name: \"WebEngageLocation\", package: \"webengage-ios-sdk\"),       // optional\n        .product(name: \"WebEngagePersonalization\", package: \"webengage-ios-sdk\"), // optional\n        .product(name: \"WebEngageNotificationInbox\", package: \"webengage-ios-sdk\") // optional\n    ]\n)\n```\n\n## Project Structure\n\n```\nwebengage-ios-sdk/\n├── Package.swift                          # SPM package manifest\n├── Sources/\n│   ├── WELocationWrapper/                 # Wrapper linking WELocation + WebEngage\n│   ├── WENotificationInboxWrapper/        # Wrapper linking WENotificationInbox + WebEngage\n│   └── WEPersonalizationWrapper/          # Wrapper linking WEPersonalization + WebEngage\n└── README.md\n```\n\n## Versioning\n\nEach binary framework is independently versioned in `Package.swift` via dedicated variables:\n\n```swift\nlet webEngageVersion = \"beta-01\"\nlet weLocationVersion = \"beta-01\"\nlet weNotificationInboxVersion = \"beta-01\"\nlet wePersonalizationVersion = \"beta-01\"\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0 — see the [LICENSE](http://www.apache.org/licenses/LICENSE-2.0) for details.\n\nCopyright (c) 2017 WebEngage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fwebengage-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebengage%2Fwebengage-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebengage%2Fwebengage-ios-sdk/lists"}