blob: 11ba214e5869f0d4c139db6bd769e07744524520 [file] [log] [blame]
{
"name": "Leanplum-iOS-LocationAndBeacons",
"version": "2.3.1-beta1",
"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.3.1-beta1"
},
"source_files": "Leanplum-iOS-Location/Classes/**/*",
"frameworks": "CoreLocation",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"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"
}
}