blob: d8f65a4850c4795a3575d6d7c4eeb5dfe2ecaad8 [file] [log] [blame]
{
"name": "Leanplum-iOS-LocationAndBeacons",
"version": "2.2.5-beta.11",
"summary": "Supplementary Leanplum pod to provide geofencing and iBeacons support.",
"description": "Use LeanplumLocation instead if you do not need support for iBeacons.",
"homepage": "https://www.leanplum.com",
"license": {
"type": "Commercial",
"text": "See https://www.leanplum.com/tos"
},
"authors": {
"Leanplum": "support@leanplum.com"
},
"social_media_url": "https://twitter.com/leanplum",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Leanplum/Leanplum-iOS-Location.git",
"tag": "2.2.5-beta.11"
},
"source_files": "Leanplum-iOS-Location/Classes/**/*",
"frameworks": "CoreLocation",
"xcconfig": {
"OTHER_LDFLAGS[arch=i386]": "-ObjC",
"OTHER_LDFLAGS[arch=x86_64]": "-ObjC",
"OTHER_LDFLAGS[arch=armv7]": "-ObjC -fembed-bitcode",
"OTHER_LDFLAGS[arch=armv7s]": "-ObjC -fembed-bitcode",
"OTHER_LDFLAGS[arch=armv64]": "-ObjC -fembed-bitcode",
"BITCODE_GENERATION_MODE": "bitcode"
},
"documentation_url": "https://www.leanplum.com/docs#/docs",
"dependencies": {
"Leanplum-iOS-SDK": [
]
},
"module_name": "LeanplumLocationAndBeacons",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "LP_BEACON=1"
}
}