-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6034a3b
commit 7a3e8ee
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Specs/4/5/a/SharetraceSDK/2.3.4/SharetraceSDK.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |