blob: f651c302e5ee66e2ec8fd95948c96544083129b8 [file] [log] [blame]
{
"name": "BeaconService",
"version": "1.1.0",
"summary": "Integrate Beaconinside beacon and proximity marketing capabilities into your iOS applications.",
"description": " The BeaconService library integrates beacon marketing and analytics features into your mobile app.\n A Beaconinside CMS account token is required. Sign up at cms.beaconinside.com.\n",
"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/developer-documentation",
"source": {
"git": "https://github.com/beaconinside/BeaconService.git",
"tag": "1.1.0"
},
"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"
}