blob: 2a973b719e269752303f05dfc3d445072beda0c3 [file] [log] [blame]
{
"name": "SharetraceSDK",
"version": "1.8.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/sharetrace/sharetrace-ios-sdk.git",
"tag": "1.8.1"
},
"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"
}
}