blob: 6fa1ec22f2a0723a51e6e6a0f92f82a505f54058 [file] [log] [blame]
{
"name": "konashi-ios-sdk",
"version": "4.1.0",
"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": {
"YUKAI Engineering.Inc": "contact@ux-xu.com"
},
"source": {
"git": "https://github.com/YUKAI/konashi-ios-sdk.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "7.1"
},
"source_files": [
"Konashi/Konashi/*.{h,m}",
"Konashi/Konashi/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"CoreBluetooth",
"JavaScriptCore"
]
}