blob: 06428a591daea35355d736c28cdee0191105768f [file] [log] [blame]
{
"name": "SenStickSDK",
"version": "1.0.8",
"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": "9.0"
},
"source": {
"git": "https://github.com/ubi-naist/SenStick.git",
"tag": "1.0.8"
},
"source_files": "**/SenStickSDK/*.{h,swift}",
"exclude_files": "**/*.playground/**",
"dependencies": {
"iOSDFULibrary": [
]
},
"pushed_with_swift_version": "3.0"
}