[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 2 / 3 / TempoSDK / 1.4.1-rc.16 / TempoSDK.podspec.json
blobfb03a84939b0140dc18c030fb512859d48976939
2   "name": "TempoSDK",
3   "version": "1.4.1-rc.16",
4   "swift_versions": "5.6.1",
5   "authors": {
6     "Tempo Engineering": "development@tempoplatform.com"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/Tempo-Platform/tempo-ios-sdk",
13   "readme": "https://github.com/Tempo-Platform/tempo-ios-sdk/blob/main/README.md",
14   "source": {
15     "git": "https://github.com/Tempo-Platform/tempo-ios-sdk.git",
16     "tag": "1.4.1-rc.16"
17   },
18   "summary": "Tempo SDK to show payable ads",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "TempoSDK/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "TempoSDK": [
25       "TempoSDK/Resources/**/*"
26     ]
27   },
28   "resources": "TempoInfo.plist",
29   "script_phases": {
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"
32   },
33   "tvos": {
34     "pod_target_xcconfig": {
35       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
36     },
37     "user_target_xcconfig": {
38       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
39     }
40   },
41   "pod_target_xcconfig": {
42     "PRODUCT_BUNDLE_IDENTIFIER": "com.tempoplatform.sdk"
43   },
44   "swift_version": "5.6.1"