blob: 9fe9c681703e9edbdd8ddc645dc4ac997a1f5d90 [file] [log] [blame]
{
"name": "RoomKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RoomKit/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
]
}
}