blob: af6f0001de6702a5f1834108a2984d0bae53ad8c [file] [log] [blame]
{
"name": "Bean-iOS-OSX-SDK",
"version": "0.5.0",
"summary": "Punch Through Design's SDK for speeding up development with the LightBlue Bean development platform",
"homepage": "https://github.com/PunchThrough/Bean-iOS-OSX-SDK",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Punch Through Design": "info@punchthrough.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/PunchThrough/Bean-iOS-OSX-SDK.git",
"tag": "0.5.0",
"submodules": true
},
"source_files": [
"App Message Definitions/*.{h,m}",
"Bean OSX Static Library/**/*.{h,m}",
"source",
"source/**/*.{h,m}"
],
"exclude_files": "Bean OSX Static Library/Bean OSX LibraryTests/**/*.{h,m}",
"public_header_files": "source/Public/*.h",
"ios": {
"frameworks": "CoreBluetooth"
},
"osx": {
"frameworks": "IOBluetooth"
},
"requires_arc": true,
"prefix_header_contents": "#import \"BEAN_Globals.h\"",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SRCROOT)/../bean-apple-sdk/source/Public"
}
}