magic-ios-pod icon indicating copy to clipboard operation
magic-ios-pod copied to clipboard

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, [email protected]

License

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