{"id":30039867,"url":"https://github.com/twilio/conversations-ios","last_synced_at":"2025-08-07T01:53:59.340Z","repository":{"id":50356768,"uuid":"297355795","full_name":"twilio/conversations-ios","owner":"twilio","description":"SPM releases","archived":false,"fork":false,"pushed_at":"2024-06-28T15:45:34.000Z","size":43,"stargazers_count":10,"open_issues_count":9,"forks_count":5,"subscribers_count":11,"default_branch":"latest","last_synced_at":"2024-06-29T00:28:23.120Z","etag":null,"topics":["conversations","ios","sdk","twilio","twilio-conversations"],"latest_commit_sha":null,"homepage":"https://www.twilio.com/docs/conversations/ios/changelog","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/twilio.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}},"created_at":"2020-09-21T13:56:22.000Z","updated_at":"2024-06-29T00:28:23.126Z","dependencies_parsed_at":"2024-06-28T00:20:51.949Z","dependency_job_id":"f02179b2-e543-4158-99e3-adeb1e7a0a37","html_url":"https://github.com/twilio/conversations-ios","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/twilio/conversations-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fconversations-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fconversations-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fconversations-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fconversations-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilio","download_url":"https://codeload.github.com/twilio/conversations-ios/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilio%2Fconversations-ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185791,"owners_count":24374634,"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","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"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":["conversations","ios","sdk","twilio","twilio-conversations"],"created_at":"2025-08-07T01:53:55.830Z","updated_at":"2025-08-07T01:53:59.325Z","avatar_url":"https://github.com/twilio.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twilio Conversations for iOS\n\nThis repository contains releases for the Twilio Conversations for iOS SDK. These releases can be consumed using Swift Package Manager, CocoaPods or manual integration into your project.\n\n### Mac Catalyst Pilot\n\nIf you are interested in Mac Catalyst support please [contact support](https://support.twilio.com/hc/en-us/requests/new).\n\n### Swift Package Manager\n\nYou can add Conversations Client for iOS by adding the `https://github.com/twilio/conversations-ios` repository as a Swift Package.\n\nIn your Build Settings, you will also need to modify `Other Linker Flags` to include `-ObjC.`\n\nThere is a [known issue](https://bugs.swift.org/browse/SR-13343) with consuming binary frameworks distributed via Swift Package Manager. The current workaround to this issue is to add a `Run Script Phase` to the `Build Phases` of your Xcode project. This `Run Script Phase` should come **after** the `Embed Frameworks` build phase. This new `Run Script Phase` should contain the following code:\n\n```sh\nfind \"${CODESIGNING_FOLDER_PATH}\" -name '*.framework' -print0 | while read -d $'\\0' framework\ndo\n    codesign --force --deep --sign \"${EXPANDED_CODE_SIGN_IDENTITY}\" --preserve-metadata=identifier,entitlements --timestamp=none \"${framework}\"\ndone\n\n```\n\n\n### CocoaPods Integration\n\nWe support integration using CocoaPods as well. You can add Twilio Conversations Client to your project using the following example Podfile:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs'\n\nplatform :ios, '13.0'\n\ntarget 'TARGET_NAME' do\n    pod 'TwilioConversationsClient', '~\u003e 3.1'\nend\n```\n\nThen run `pod install` to install the dependencies for your project.\n\n\n### Manual Integration\n\n`TwilioConversationsClient.xcframework` is distributed as a dynamic iOS framework that you can drag and drop into your existing projects.\n\nOnce you've downloaded and unpacked the XCFramework, navigate to your Xcode project's _General_ settings page. Drag and drop `TwilioConversationsClient.xcframework` onto the _Frameworks_, _Libraries_, and _Embedded Content_ section. Ensure that \"_Copy items if needed_\" is checked and press Finish. Ensure that \"_Embed \u0026 Sign_\" is selected.\n\nIn your Build Settings, you will also need to modify Other Linker Flags to include `-ObjC`.\n\n\n### Carthage Integration\n\nCarthage is not currently a supported distribution mechanism for Twilio Conversations Client. Carthage does not currently work with `.xcframeworks` as documented [here](https://github.com/Carthage/Carthage/issues/2890). Once Carthage supports binary `.xcframeworks`, Carthage distribution will be re-added.\n\n\n## Issues and Support\n\nPlease file any issues you find here on Github.\n\nPlease ensure that you are not sharing any [Personally Identifiable Information(PII)](https://www.twilio.com/docs/glossary/what-is-personally-identifiable-information-pii) or sensitive account information (API keys, credentials, etc.) when reporting an issue.\n\nFor general inquiries related to the Conversations SDK you can file a [support ticket](https://support.twilio.com/hc/en-us/requests/new).\n\n## License\n\nTwilio Conversations for iOS is distributed under [TWILIO-TOS](https://www.twilio.com/legal/tos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio%2Fconversations-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilio%2Fconversations-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilio%2Fconversations-ios/lists"}