Skip to content

Commit

Permalink
[Add] TealeafReactNativeDebug 10.6.272
Browse files Browse the repository at this point in the history
  • Loading branch information
experienceanalyticssdk authored and CocoaPodsBot committed Oct 28, 2023
1 parent 7d8009a commit ec5d339
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "TealeafReactNativeDebug",
"version": "10.6.272",
"authors": "Acoustic, L.P.",
"license": {
"type": "Proprietary, Acoustic, L.P.",
"text": "https://github.com/acoustic-analytics/Tealeaf/blob/master/Licenses/License"
},
"homepage": "https://github.com/acoustic-analytics/Tealeaf",
"summary": "Acoustic Tealeaf EOCore iOS SDK React Native",
"cocoapods_version": ">= 1.10.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/acoustic-analytics/Tealeaf.git",
"tag": "10.6.272"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"WebKit"
],
"libraries": "z",
"resources": "SDKs/iOS/DebugTealeafReactNative/TLFResources.bundle",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/SDKs/iOS/DebugTealeafReactNative.xcframework/*/TealeafReactNative.framework/Headers/\"/**"
},
"vendored_frameworks": "SDKs/iOS/DebugTealeafReactNative/TealeafReactNative.xcframework",
"dependencies": {
"EOCoreDebug": [

]
}
}
]
}

0 comments on commit ec5d339

Please sign in to comment.