Ethella / magic-ios-pod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 96.6%Language:Ruby 3.4%