blob: 3c7a76334b6f9263f185eb846aa6c11286020431 [file] [log] [blame]
{
"name": "SenStickSDK",
"version": "1.0.7",
"summary": "SenStick software development kit.",
"description": "SenStickを操作するiOSのライブラリです。Swift3対応。iOS10以上で動作します。",
"homepage": "https://github.com/ubi-naist/SenStick/",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Akihiro Uehara": "u-akihiro@reinfoce-lab.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ubi-naist/SenStick.git",
"tag": "1.0.7"
},
"source_files": "**/SenStickSDK/*.{h,swift}",
"exclude_files": "**/*.playground/**",
"dependencies": {
"iOSDFULibrary": [
]
},
"pushed_with_swift_version": "3.0"
}