blob: 73c2cd09bc7c2288c149cf5bedc77ceba47b3466 [file] [log] [blame]
{
"name": "konashi-ios-sdk",
"version": "5.0.1",
"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": "5.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Konashi/Konashi/*.{h,m}",
"Konashi/Konashi/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"CoreBluetooth",
"JavaScriptCore"
]
}