blob: 7b51f88530abaae27ac78f557af626c661692ce7 [file] [log] [blame]
{
"name": "blukiiSK",
"version": "1.1.0",
"summary": "blukiiSK is a library for a simple authentification with the blukii SmartKey",
"homepage": "http://www.blukii.com/produkte/keys.html",
"documentation_url": "https://github.com/schneiderma/blukii_developer/tree/gh-pages/iOS/blukii-SmartKey-Framework",
"authors": {
"blukii": "support@blukii.com"
},
"source": {
"git": "https://github.com/lennart683/blukiiSK.git",
"tag": "1.1.0"
},
"ios": {
"source_files": "blukiiSK/blukiiSK.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "blukiiSK/blukiiSK.framework"
},
"osx": {
"source_files": "blukiiSK/blukiiSK_Mac.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "blukiiSK/blukiiSK_Mac.framework"
},
"platforms": {
"ios": "10.0",
"osx": "10.13"
},
"frameworks": "CoreBluetooth",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/blukiiSK\"",
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Headers/blukiiSK\""
},
"license": {
"type": "Apache",
"file": "LICENSE"
}
}