blob: 188b8832383de2e10e7787eb475689d4ed37a68c [file] [log] [blame]
{
"name": "MYNT-SDK-IOS",
"version": "3.0.0",
"summary": "Slightech's Mynt BLE SDK for iOS & OSX",
"homepage": "https://github.com/slightech/MYNT-SDK-IOS",
"authors": {
"robinge": "robinge@slightech.com"
},
"license": {
"type": "Copyright",
"text": "LICENSE Copyright 2014 - 2017 Slightech.com, Inc. All rights reserved."
},
"source": {
"git": "https://github.com/slightech/MYNT-SDK-IOS.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"ios": {
"preserve_paths": "MYNT-SDK-IOS/ios/libSTMyntBluetooth.a",
"vendored_libraries": "MYNT-SDK-IOS/ios/libSTMyntBluetooth.a",
"frameworks": "CoreBluetooth"
},
"osx": {
"preserve_paths": "MYNT-SDK-IOS/osx/libSTMyntBluetooth.a",
"vendored_libraries": "MYNT-SDK-IOS/osx/libSTMyntBluetooth.a",
"frameworks": "CoreBluetooth"
},
"source_files": "MYNT-SDK-IOS/*.h",
"requires_arc": true,
"libraries": "sqlite3",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MYNT-SDK-IOS/MYNT-SDK-IOS/**\""
}
}