blob: 840f84ba4a5d04ca403d2df56b57523fd7d7093b [file] [log] [blame]
{
"name": "MYNT-SDK-IOS",
"version": "1.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 - 2016 Slightech.com, Inc. All rights reserved."
},
"source": {
"git": "https://github.com/slightech/MYNT-SDK-IOS.git",
"tag": "1.0.0"
},
"platforms": {
"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/**\""
}
}