blob: e9b00cc6753f00c460a451e1df9ecff8d1a61b41 [file] [log] [blame]
{
"name": "Beaconstac",
"version": "3.1",
"swift_version": "4",
"summary": "iOS library for iBeacon devices",
"homepage": "https://github.com/Beaconstac/iOS-SDK",
"authors": {
"MobStac Inc.": "support@beaconstac.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Beaconstac/iOS-SDK.git",
"tag": "3.1"
},
"vendored_frameworks": "Beaconstac/Beaconstac.framework",
"dependencies": {
"EddystoneScanner": [
]
},
"frameworks": [
"CoreData",
"SystemConfiguration",
"CoreBluetooth",
"CoreLocation",
"UserNotifications",
"SafariServices"
],
"requires_arc": true,
"platforms": {
"ios": "10.0"
}
}