blob: 081bbc70f4e5031ef28aea92e886283f971a7975 [file] [log] [blame]
{
"name": "BeaconService",
"version": "2.8.1",
"summary": "Integrate Beaconinside beacon and geofence services into your iOS application.",
"description": "The BeaconService library simplifies integration of beacons, geofences and proximity services into any mobile app.\nSign up at dmp.beaconinside.com to get your app authorization token.",
"homepage": "https://github.com/beaconinside",
"license": {
"type": "proprietary",
"text": " Copyright (C) BEACONinside GmbH 2017\n"
},
"authors": {
"Beaconinside": "support@beaconinside.com"
},
"social_media_url": "https://twitter.com/beaconinside",
"documentation_url": "http://www.beaconinside.com",
"source": {
"git": "https://github.com/beaconinside/ios-sdk.git",
"tag": "v2.8.1"
},
"vendored_frameworks": "BeaconService/BeaconService.framework",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreLocation",
"CoreBluetooth",
"SystemConfiguration"
],
"libraries": "z"
}