blob: 7b928870267301593915b2fe48b8ee44f11533dc [file] [log] [blame]
{
"name": "BlueRangeSDK",
"version": "1.1.1",
"summary": "iOS SDK for interaction with Relution SmartBeacons",
"description": "iOS SDK for interaction with [Relution SmartBeacons](https://www.relution.io/de/beacon-management-plattform/)",
"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://repo.mwaysolutions.com/relution/relution-beacon-sdk-ios.git",
"tag": "1.1.1"
},
"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"
]
}
}