{"id":29484148,"url":"https://github.com/zunda-pixel/mixpanel-swift","last_synced_at":"2026-01-18T05:15:28.011Z","repository":{"id":298047697,"uuid":"941428263","full_name":"zunda-pixel/mixpanel-swift","owner":"zunda-pixel","description":"Mixpanel API Client for Swift","archived":false,"fork":false,"pushed_at":"2025-06-09T04:52:35.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T05:28:25.535Z","etag":null,"topics":["mixpanel","swift"],"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/zunda-pixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-02T09:12:28.000Z","updated_at":"2025-06-09T04:52:37.000Z","dependencies_parsed_at":"2025-06-09T05:40:02.217Z","dependency_job_id":null,"html_url":"https://github.com/zunda-pixel/mixpanel-swift","commit_stats":null,"previous_names":["zunda-pixel/mixpanel-swift"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zunda-pixel/mixpanel-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Fmixpanel-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Fmixpanel-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Fmixpanel-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Fmixpanel-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunda-pixel","download_url":"https://codeload.github.com/zunda-pixel/mixpanel-swift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunda-pixel%2Fmixpanel-swift/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402868,"owners_count":23759238,"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":["mixpanel","swift"],"created_at":"2025-07-15T04:39:01.028Z","updated_at":"2026-01-18T05:15:27.970Z","avatar_url":"https://github.com/zunda-pixel.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Mixpanel Client\n\n```swift\nimport Mixpanel\n\nlet clinet = Client(\n  httpClient: .urlSession(.shared)\n)\n\nlet events: [Event] = [\n  Event(\n    id: 1,\n    event: \"Sign Up\",\n    properties: Properties(\n      token: \"asdf5012321487dbasdf3250c12312e27178\",\n      time: .now,\n      userId: \"22222\",\n      appVersion: \"1.0\",\n      screenHeight: 852,\n      screenWidth: 393,\n      model: \"iPhone17,3\",\n      deviceId: \"3B03068A-CC08-1231-A036-C373123138C\",\n      distinctId: \"$device:3B231A-CC08-4434-A036-C31235B538C\",\n      appBuildNumber: \"1\",\n      libVersion: \"4.3.1\",\n      radio: \"NRNSA, LTE\",\n      wifi: true,\n      osVersion: \"18.4\",\n      manufacturer: \"Apple\",\n      os: \"iOS\",\n      hadPersistedDistinctId: true\n    ),\n    metadata: Metadeta(\n      sessionId: \"0b0bd9d6a92cb38c\",\n      sessionStartSec: .now,\n      eventId: \"82cc5e35a1f9065f\",\n      sessionSeqId: 0\n    )\n  )\n]\n\ntry await clinet.track(events: events)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Fmixpanel-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunda-pixel%2Fmixpanel-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunda-pixel%2Fmixpanel-swift/lists"}