{
  "name": "@cpp.js/package-iconv-ios",
  "version": "2.0.0-beta.1",
  "nativeVersion": "1.18",
  "description": "This package provides the precompiled iconv library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It provides a high-performance solution for converting between character encodings, ensuring cross-platform compatibility. Ideal for use in web and mobile applications.",
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-iconv#readme",
  "repository": "https://github.com/bugra9/cpp.js.git",
  "type": "module",
  "license": "LGPL",
  "keywords": [
    "iconv",
    "libiconv",
    "cpp.js-package",
    "webassembly",
    "react-native"
  ],
  "devDependencies": {
    "cpp.js": "^2.0.0-beta.1"
  },
  "scripts": {
    "build": "cppjs build -p iOS",
    "clear": "rm -rf .cppjs dist *.xcframework"
  }
}