{"id":18782965,"url":"https://github.com/webex/webex-ios-sdk","last_synced_at":"2025-08-21T03:32:54.821Z","repository":{"id":32708437,"uuid":"137144778","full_name":"webex/webex-ios-sdk","owner":"webex","description":"iOS SDK for Webex","archived":false,"fork":false,"pushed_at":"2025-02-21T14:24:55.000Z","size":995992,"stargazers_count":27,"open_issues_count":26,"forks_count":28,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-19T01:38:50.649Z","etag":null,"topics":["ios","ios-sdk","sdk","swift","webex","webex-ios-sdk","webexsdk"],"latest_commit_sha":null,"homepage":"https://developer.webex.com/docs/sdks/ios","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webex.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,"publiccode":null,"codemeta":null}},"created_at":"2018-06-13T01:08:10.000Z","updated_at":"2025-02-21T14:24:59.000Z","dependencies_parsed_at":"2024-07-08T04:23:03.480Z","dependency_job_id":"88503511-8c53-4dd3-bd4a-ee65c2bd63fc","html_url":"https://github.com/webex/webex-ios-sdk","commit_stats":{"total_commits":969,"total_committers":35,"mean_commits":"27.685714285714287","dds":0.7234262125902993,"last_synced_commit":"b84c4f300199d598c29ba2c7654f704d71161ba5"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/webex/webex-ios-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-ios-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-ios-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-ios-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-ios-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webex","download_url":"https://codeload.github.com/webex/webex-ios-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fwebex-ios-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271420541,"owners_count":24756589,"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-21T02:00:08.990Z","response_time":74,"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":["ios","ios-sdk","sdk","swift","webex","webex-ios-sdk","webexsdk"],"created_at":"2024-11-07T20:37:38.728Z","updated_at":"2025-08-21T03:32:54.816Z","avatar_url":"https://github.com/webex.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Webex iOS SDK\n\n[![CocoaPods](https://img.shields.io/cocoapods/v/WebexSDK.svg)](https://cocoapods.org/pods/WebexSDK)\n[![license](https://img.shields.io/github/license/webex/webex-ios-sdk.svg)](https://github.com/webex/webex-ios-sdk/blob/master/LICENSE)\n\nThe Cisco Webex iOS SDK makes it easy to integrate and secure messaging, meeting and calling features in your iOS apps.\n\n## SDK types:\n\n- Message SDK : WebexSDK/Message\n     - This is a lightweight SDK which supports only messaging features\n     - It does not support calling and meeting related features\n\nPod usage:\n\n```\ntarget 'MyApp' do\n  pod 'WebexSDK/Message'\nend\n```\n\n- WebexCalling SDK : WebexSDK/Wxc\n     - This SDK supports only WebexCalling feature\n     - It does not support CUCM calling\n\nPod usage:\n\n```\ntarget 'MyApp' do\n  pod 'WebexSDK/Wxc'\nend\n```\n\n - Meeting SDK : WebexSDK/Meeting\n     - This SDK supports Messaging and Meeting features\n     - It does not support CUCM Calling or Webex Calling\n     \nPod usage:\n\n```\ntarget 'MyApp' do\n  pod 'WebexSDK/Meeting'\nend\n```\n\n - Full SDK : WebexSDK\n     - Supports all the features.\n     - Details of all features can be found [here](https://developer.webex.com/docs/sdks/ios)\n     \nPod usage:\n\n```\ntarget 'MyApp' do\n  pod 'WebexSDK'\nend\n```\n\n All the SDKs are independent of each other. Developers can use either one of them to fulfil their use case.\n \n## Documentation\n- [Requirements \u0026 Feature List](https://developer.webex.com/docs/sdks/ios)\n- [Guides](https://github.com/webex/webex-ios-sdk/wiki)\n- [API Reference](https://webex.github.io/webex-ios-sdk/)\n- [Kitchen Sink Sample App](https://github.com/webex/webex-ios-sdk-example)\n\n## Support\n- [Webex Developer Support ](https://developer.webex.com/support)\n- Email: devsupport@webex.com\n\n## License\n\n\u0026copy; 2016-2025 Cisco Systems, Inc. and/or its affiliates. All Rights Reserved.\n\nSee [LICENSE](https://github.com/webex/webex-ios-sdk/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fwebex-ios-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebex%2Fwebex-ios-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fwebex-ios-sdk/lists"}