blob: c3f80b61b84a192287767ebcb975b6c7e57b0227 [file] [log] [blame]
{
"name": "BeaconService",
"version": "1.1.2",
"summary": "Integrate Beaconinside beacon and proximity services into your iOS applications.",
"description": "The BeaconService library integrates proximity services (Beaconinside MANAGE and ENGAGE) into your 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 2015\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.1.2"
},
"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"
}