blob: 16b6426ddb548a904db258f384cf8bab5bbe79bf [file] [log] [blame]
{
"name": "konashi-ios-sdk",
"version": "4.0.2",
"summary": "iOS SDK for konashi, a wireless physical computing toolkit for iPhone, iPod touch and iPad.",
"homepage": "http://konashi.ux-xu.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"monakaz": "yukaiwpc@gmail.com"
},
"source": {
"git": "https://github.com/YUKAI/konashi-ios-sdk.git",
"tag": "v4.0.2"
},
"platforms": {
"ios": "7.1"
},
"source_files": [
"Konashi/Konashi/*.{h,m}",
"Konashi/Konashi/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"CoreBluetooth",
"JavaScriptCore"
]
}