{"id":32151764,"url":"https://github.com/adobe/aepsdk-analytics-ios","last_synced_at":"2026-02-18T09:38:12.853Z","repository":{"id":38186341,"uuid":"298286075","full_name":"adobe/aepsdk-analytics-ios","owner":"adobe","description":"Adobe Experience Platform Analytics SDK in Swift","archived":false,"fork":false,"pushed_at":"2024-06-28T03:38:08.000Z","size":605,"stargazers_count":8,"open_issues_count":1,"forks_count":18,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-01-04T21:21:00.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-09-24T13:23:10.000Z","updated_at":"2025-07-24T14:07:31.000Z","dependencies_parsed_at":"2024-05-29T00:36:10.552Z","dependency_job_id":null,"html_url":"https://github.com/adobe/aepsdk-analytics-ios","commit_stats":{"total_commits":243,"total_committers":11,"mean_commits":22.09090909090909,"dds":0.7654320987654322,"last_synced_commit":"c6866d8989686e532a528c508bf74eca8b5efe57"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/adobe/aepsdk-analytics-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faepsdk-analytics-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faepsdk-analytics-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faepsdk-analytics-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faepsdk-analytics-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe","download_url":"https://codeload.github.com/adobe/aepsdk-analytics-ios/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe%2Faepsdk-analytics-ios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29574757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-10-21T10:52:28.222Z","updated_at":"2026-02-18T09:38:07.822Z","avatar_url":"https://github.com/adobe.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe Experience Platform Analytics SDK\n\n[![CocoaPods](https://img.shields.io/github/v/release/adobe/aepsdk-analytics-ios?label=CocoaPods\u0026logo=apple\u0026logoColor=white\u0026color=orange)](https://cocoapods.org/pods/AEPAnalytics) \n[![SPM](https://img.shields.io/github/v/release/adobe/aepsdk-analytics-ios?label=SPM\u0026logo=apple\u0026logoColor=white\u0026color=orange)](https://github.com/adobe/aepsdk-analytics-ios/releases) \n[![CircleCI](https://img.shields.io/circleci/project/github/adobe/aepsdk-analytics-ios/main.svg?logo=circleci\u0026label=Build)](https://circleci.com/gh/adobe/workflows/aepsdk-analytics-ios) \n[![Code Coverage](https://img.shields.io/codecov/c/github/adobe/aepsdk-analytics-ios/main.svg?logo=codecov\u0026label=Coverage)](https://codecov.io/gh/adobe/aepsdk-analytics-ios/branch/main)\n\n## About this project\n\nThe AEPAnalytics extension enables sending mobile application interaction data to Adobe Analytics when using the [Adobe Experience Platform SDK](https://developer.adobe.com/client-sdks).\n\n## Requirements\n- Xcode 15\n- Swift 5.1\n\n## Installation\nThese are currently the supported installation options:\n\n### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)\n```ruby\n# Podfile\nuse_frameworks!\n\n# For app development, include all the following pods\ntarget 'YOUR_TARGET_NAME' do\n    pod 'AEPAnalytics'\n    pod 'AEPCore'\n    pod 'AEPIdentity'\nend\n\n# For extension development, include AEPAnalytics and its dependencies\ntarget 'YOUR_TARGET_NAME' do\n    pod 'AEPAnalytics'\n    pod 'AEPCore'\nend\n```\n\nReplace `YOUR_TARGET_NAME` and then, in the `Podfile` directory, type:\n\n```bash\n$ pod install\n```\n\n### [Swift Package Manager](https://github.com/apple/swift-package-manager)\n\nTo add the AEPAnalytics Package to your application, from the Xcode menu select:\n\n`File \u003e Add Packages...`\n\n\u003e **Note** \n\u003e The menu options may vary depending on the version of Xcode being used.\n\nEnter the URL for the AEPAnalytics package repository: `https://github.com/adobe/aepsdk-analytics-ios.git`.\n\nWhen prompted, input a specific version or a range of versions for Version rule.\n\nAlternatively, if your project has a `Package.swift` file, you can add AEPAnalytics directly to your dependencies:\n\n```\ndependencies: [\n    .package(url: \"https://github.com/adobe/aepsdk-analytics-ios.git\", .upToNextMajor(from: \"5.0.0\"))\n]\n```\n\n### Project Reference\n\nInclude `AEPAnalytics.xcodeproj` in the targeted Xcode project and link all necessary libraries to your app target.\n\n### Binaries\n\nRun `make archive` from the root directory to generate `.xcframeworks` for each module under the `build` folder. Drag and drop all `.xcframeworks` to your app target in Xcode.\n\n## Documentation\n\nAdditional documentation for usage and SDK architecture can be found under the [Documentation](Documentation) directory.\n\n## Contributing\n\nContributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information.\n\n## Licensing\n\nThis project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Faepsdk-analytics-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe%2Faepsdk-analytics-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe%2Faepsdk-analytics-ios/lists"}