blob: 5e8e3f60af16ccc66a5c34fb241efc27194c3898 [file] [log] [blame]
{
"name": "BeaconService",
"version": "1.2.4",
"summary": "Integrate Beaconinside beacon and proximity services into your iOS applications.",
"description": "The BeaconService library simplifies integration of beacons, geofences and proximity services into any mobile app.\nSign up at manage.beaconinside.com for an account token.",
"homepage": "https://github.com/beaconinside",
"license": {
"type": "proprietary",
"text": " Copyright (C) BEACONinside GmbH 2016\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/BeaconService.git",
"tag": "1.2.4"
},
"source_files": "BeaconService/**/*.h",
"public_header_files": "BeaconService/**/*.h",
"vendored_libraries": "BeaconService/libBeaconService.a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreLocation",
"CoreBluetooth",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"compiler_flags": "-ObjC"
}