blob: e4b20c5fbb4c6cd35730f7790eada7ec19e48d74 [file] [log] [blame]
{
"name": "Leanplum-iOS-LocationAndBeacons",
"version": "3.0.0-beta5",
"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": "3.0.0-beta5"
},
"source_files": "Leanplum-iOS-Location/Classes/**/*",
"frameworks": "CoreLocation",
"documentation_url": "https://docs.leanplum.com/",
"dependencies": {
"Leanplum-iOS-SDK": [
]
},
"module_name": "LeanplumLocationAndBeacons",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "LP_BEACON=1",
"DEFINES_MODULE": "YES"
}
}