faimin / ZDLibffi

libffi v3.4.3 for iOS & MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZDLibffi

pod lib lint Version License Platform

Introduction:

libffi v3.4.3 source code that support module

Env:

libffi v3.4.3

Xcode 13.4.1

MacOS 12.6

Compile source code:

  1. sh autogen.sh
  2. python generate-darwin-source-and-headers.py --only-ios
  3. open libffi.xcodeproj
  4. select scheme libffi-iOS and device Generic iOS Device
  5. click Product - Build If success, you would see a Product/libffi.a in the side bar, you can right click it to get the lib in the finder.

Installation

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

pod 'ZDLibffi'

Author

faimin, fuxianchao@gmail.com

Thanks:

License

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

About

libffi v3.4.3 for iOS & MacOS

License:MIT License


Languages

Language:C 82.6%Language:Assembly 16.5%Language:Objective-C 0.6%Language:Ruby 0.2%