From 6e59fdfa7ee8109cee9129b4d8112cd81229a022 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 22 Jan 2024 19:18:55 -0500 Subject: [PATCH] Create Fula.podspec.json --- build/ios/Fula.podspec.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 build/ios/Fula.podspec.json diff --git a/build/ios/Fula.podspec.json b/build/ios/Fula.podspec.json new file mode 100644 index 0000000..e10af89 --- /dev/null +++ b/build/ios/Fula.podspec.json @@ -0,0 +1,27 @@ +{ + "name": "Fula", + "version": "1.41.0", + "summary": "Go-fula for iOS", + "homepage": "https://github.com/functionland/go-fula", + "authors": { + "Functionland": "info@fx.land" + }, + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "platforms": { + "ios": "13.0" + }, + "source": { + "http": "https://github.com/functionland/go-fula/releases/download/v1.41.0/cocoapods-bundle.zip" + }, + "vendored_frameworks": "Fula.xcframework", + "static_framework": true, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + } +}