diff --git a/Specs/5/6/c/Fula/1.41.0/Fula.podspec.json b/Specs/5/6/c/Fula/1.41.0/Fula.podspec.json new file mode 100644 index 000000000000000..e10af89862e6337 --- /dev/null +++ b/Specs/5/6/c/Fula/1.41.0/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" + } +}