Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been archived, please refer to our new open source Repo

MagicSDK

CI Status Version License Platform

Document and tutorial

Please visit Tutorial & API Reference for more detail

Installation

MagicSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

target 'TARGET_NAME' do
  use_frameworks!

  pod 'MagicSDK'

  # Required for XCFramework
  post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
      end
    end
  end

end

Author

Jerry Liu, jerry@magic.link

License

MagicSDK is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

Stars

16 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages