Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.62 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.62 KB

Kamcord iOS Framework

Pod Version Pod Platform Pod License

The documentation can be found at the wiki.

Installation via CocoaPods

The recommended way to integrate Kamcord is CocoaPods. This makes the process pretty easy, and enables automatic updating as well.

  • Add pod 'Kamcord' to your Podfile
  • Execute pod install to download the framework and integrate it with your project.
  • Ensure you have added the framework dependencies as well.

Details

This repository contains a build of Kamcord for integrating into cocos2d/cocosd-x and native iOS game engines. The current version is 2.0.0. If you are updating from an older version, please visit the Change Log.

If you'd like to enable WeChat support in Kamcord, please add WeChat/libWeChatSDK.a as a link target of your application and add -ObjC as a linker flag in Build Settings => Other Linker Flags.

If you are looking for the Kamcord Unity Plugin, please visit this repository: https://github.com/kamcord/Unity-Kamcord.