blob: 2c6536d0e3e5396f3f6935854a0d1358ba48e3ca [file] [log] [blame]
{
"name": "RoomKit",
"version": "0.1.3",
"swift_version": "4.0",
"summary": "RoomKit is a framework that allows for you to train and then use a model of bluetooth signals in the rooms of a space.",
"description": "RoomKit is a framework that allows for you to train and then use a model of bluetooth signals in the rooms of a space. The framework will comunicate with the a server than handles all the machine learning and will use a bluetooth beacon library to get signal strengths.",
"homepage": "https://github.com/dali-lab/RoomKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnlev": "john.lyme@mac.com"
},
"source": {
"git": "https://github.com/dali-lab/RoomKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RoomKit/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
]
}
}