blob: 50873ef9c3a65eeaa07c68110e373394a0be7814 [file] [log] [blame]
{
"name": "BlueRangeSDK",
"version": "1.1.3",
"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",
"branch": "master"
},
"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"
]
}
}