| { |
| "name": "BlueRangeSDK", |
| "version": "1.1.13", |
| "summary": "iOS SDK for interaction with Relution SmartBeacons", |
| "description": "iOS SDK for interaction with Relution SmartBeacons", |
| "homepage": "https://www.relution.io/de/beacon-management-plattform/", |
| "license": "BSD", |
| "authors": { |
| "M-Way Solutions GmbH": "iot@mwaysolutions.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/me-mway/BlueRange-SDK-iOS.git", |
| "tag": "1.1.13" |
| }, |
| "source_files": [ |
| "BlueRangeSDK/*.{h,m}", |
| "BlueRangeSDK/**/*.{h,m}" |
| ], |
| "public_header_files": "BlueRangeSDK/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "MobileCoreServices", |
| "SystemConfiguration", |
| "CFNetwork", |
| "Foundation", |
| "CoreBluetooth", |
| "CoreFoundation", |
| "CoreGraphics", |
| "CoreLocation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "ASIHTTPRequest": [ |
| "~> 1.8" |
| ] |
| }, |
| "libraries": "z", |
| "pod_target_xcconfig": { |
| "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES" |
| } |
| } |