Skip to content

Commit

Permalink
[Add] SharetraceSDK 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sharetrace authored and CocoaPodsBot committed Feb 5, 2024
1 parent 6034a3b commit 7a3e8ee
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Specs/4/5/a/SharetraceSDK/2.3.4/SharetraceSDK.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "SharetraceSDK",
"version": "2.3.4",
"summary": "ShareTrace Official SDK for iOS",
"description": "ShareTrace focuses on providing technical solutions for app promotion. Carry parameters to install the app, accurately track the source of app installation, achieve no fill-in invitation code, distinguish promotion channels and other common app Promotion Scenario. Make app promotion more efficient at a low cost.",
"homepage": "https://github.com/sharetrace/sharetrace-ios-sdk",
"license": "MIT",
"authors": {
"ShareTrace": "sharetrace@shoot.net.cn"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/sharetrace/sharetrace-ios-sdk.git",
"tag": "2.3.4"
},
"source_files": "lib/SharetraceSDK.framework/Headers/*.h",
"public_header_files": "lib/SharetraceSDK.framework/Headers/*.h",
"preserve_paths": "lib/SharetraceSDK.framework",
"vendored_frameworks": "lib/SharetraceSDK.framework",
"frameworks": [
"Foundation",
"UIKit"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}

0 comments on commit 7a3e8ee

Please sign in to comment.