blob: 18af8c1bfb14fa46cd3ef8264ae886e16de0739c [file] [log] [blame]
{
"name": "Aka-mPulse",
"version": "20.32.3",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "iOS library for mPulse Analytics",
"homepage": "https://github.com/aka-embu/aka-mpulse-ios",
"social_media_url": "https://twitter.com/akamai",
"source": {
"git": "https://github.com/aka-embu/aka-mpulse-ios.git",
"tag": "20.32.3"
},
"authors": {
"Akamai": "support@akamai.com"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"include/*.h",
"Empty.m"
],
"public_header_files": "include/*.h",
"preserve_paths": [
"libmPulseDevice.a",
"libmPulseSim.a",
"*.pdf"
],
"ios": {
"vendored_libraries": [
"libmPulseDevice.a",
"libmPulseSim.a"
],
"dependencies": {
"Aka-Common": [
"~> 20.32.3"
]
}
},
"libraries": [
"z",
"c++"
],
"frameworks": [
"CoreLocation",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}