3 "version": "1.4.1-rc.16",
4 "swift_versions": "5.6.1",
6 "Tempo Engineering": "development@tempoplatform.com"
12 "homepage": "https://github.com/Tempo-Platform/tempo-ios-sdk",
13 "readme": "https://github.com/Tempo-Platform/tempo-ios-sdk/blob/main/README.md",
15 "git": "https://github.com/Tempo-Platform/tempo-ios-sdk.git",
18 "summary": "Tempo SDK to show payable ads",
22 "source_files": "TempoSDK/**/*.{h,m,swift}",
25 "TempoSDK/Resources/**/*"
28 "resources": "TempoInfo.plist",
30 "name": "Add or Update Info.plist Entries",
31 "script": " plist_file=$(find \"${SRCROOT}\" -name TempoInfo.plist | head -n 1)\n if [[ -z $plist_file ]]; then\n echo \"TempoInfo.plist not found.\"\n exit 1\n fi\n\n if /usr/libexec/PlistBuddy -c \"Print NSLocationWhenInUseUsageDescription\" \"$plist_file\" &>/dev/null; then\n echo \"NSLocationWhenInUseUsageDescription already exists. Updating value.\"\n if /usr/libexec/PlistBuddy -c \"Set NSLocationWhenInUseUsageDescription 'Your updated description here'\" \"$plist_file\"; then\n echo \"NSLocationWhenInUseUsageDescription updated successfully.\"\n else\n echo \"Failed to update NSLocationWhenInUseUsageDescription.\"\n exit 1\n fi\n else\n echo \"NSLocationWhenInUseUsageDescription does not exist. Adding entry.\"\n if /usr/libexec/PlistBuddy -c \"Add NSLocationWhenInUseUsageDescription string 'Your description here'\" \"$plist_file\"; then\n echo \"NSLocationWhenInUseUsageDescription added successfully.\"\n else\n echo \"Failed to add NSLocationWhenInUseUsageDescription.\"\n exit 1\n fi\n fi\n"
34 "pod_target_xcconfig": {
35 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
37 "user_target_xcconfig": {
38 "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
41 "pod_target_xcconfig": {
42 "PRODUCT_BUNDLE_IDENTIFIER": "com.tempoplatform.sdk"
44 "swift_version": "5.6.1"