blob: 2f6887003840489ced6e5e9d6304b0f76316f701 [file] [log] [blame]
{
"name": "AXASDK",
"version": "19.12",
"summary": "A short description of AXASDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Aruna-Sree/AXASDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arunaiosdev@gmail.com": "aruna.yarra@broadcom.com"
},
"source": {
"git": "https://github.com/Aruna-Sree/AXASDK.git",
"tag": "19.12"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": [
"CaMDOIntegration.js",
"CaMDOInterceptor.js"
],
"source_files": "CAMDOReporter.h",
"public_header_files": "CAMDOReporter.h",
"vendored_libraries": [
"libCAMobileAppAnalytics.a",
"libCAMobileAppAnalytics-simulator.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -lc++ -lz -lsqlite3 -framework CoreLocation -framework SystemConfiguration -framework Foundation -framework UIKit -framework CoreGraphics -framework Security -framework CoreTelephony -framework WebKit -framework WatchConnectivity"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64,armv7,armv7s",
"ENABLE_BITCODE": "NO"
}
}