Skip to content

Commit

Permalink
Create Fula.podspec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 23, 2024
1 parent 7457446 commit 6e59fdf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions build/ios/Fula.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Fula",
"version": "1.41.0",
"summary": "Go-fula for iOS",
"homepage": "https://github.com/functionland/go-fula",
"authors": {
"Functionland": "[email protected]"
},
"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"
}
}

0 comments on commit 6e59fdf

Please sign in to comment.