| { |
| "name": "Leanplum-iOS-LocationAndBeacons", |
| "version": "2.8.0-beta4", |
| "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.8.0-beta4" |
| }, |
| "source_files": "Leanplum-iOS-Location/Classes/**/*", |
| "frameworks": "CoreLocation", |
| "documentation_url": "https://www.leanplum.com/docs#/docs", |
| "dependencies": { |
| "Leanplum-iOS-SDK": [ |
| |
| ] |
| }, |
| "module_name": "LeanplumLocationAndBeacons", |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "LP_BEACON=1" |
| } |
| } |