blob: a5e5148c1c95ef046e8bb23cde3366a80be4ba50 [file] [log] [blame]
{
"name": "MYNT-SDK-IOS",
"version": "1.1.4",
"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 - 2016 Slightech.com, Inc. All rights reserved."
},
"source": {
"git": "https://github.com/slightech/MYNT-SDK-IOS.git",
"tag": "1.1.4"
},
"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": "IOBluetooth"
},
"source_files": "MYNT-SDK-IOS/*.h",
"requires_arc": true,
"libraries": "sqlite3",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MYNT-SDK-IOS/MYNT-SDK-IOS/**\""
}
}