# ios-communication-library **Repository Path**: idoing/ios-communication-library ## Basic Information - **Project Name**: ios-communication-library - **Description**: https://github.com/nextcloud/ios-communication-library/ - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-24 - **Last Updated**: 2022-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iOS communication library [beta] ## Installation ### Carthage [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate **Nextcloud iOS Communication** into your Xcode project using Carthage, specify it in your `Cartfile`: ``` github "nextcloud/ios-communication-library" "master" ``` Run `carthage update` to build the framework and drag the built `NCCommunication.framework` into your Xcode project. ### Manual To add **Nextcloud iOS Communication** to your app without Carthage, clone this repo and place it somewhere in your project folder. Then, add `NCCommunication.xcodeproj` to your project, select your app target and add the NCCommunication framework as an embedded binary under `General` and as a target dependency under `Build Phases`.