[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 1 / c / SenStickSDK / 0.9.0 / SenStickSDK.podspec.json
blob508262fe6df5bd1fe315723db71bcf988f276129
2   "name": "SenStickSDK",
3   "version": "0.9.0",
4   "summary": "SenStick software development kit.",
5   "description": "SenStickを操作するiOSのライブラリです。Swift3対応。iOS10以上で動作します。",
6   "homepage": "https://github.com/ubi-naist/SenStick/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Akihiro Uehara": "u-akihiro@reinfoce-lab.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ubi-naist/SenStick.git",
19     "tag": "0.9.0"
20   },
21   "source_files": "ios/SenStickSDK/SenStickSDK/*.{h,swift}",
22   "exclude_files": "**/*.playground/**",
23   "dependencies": {
24     "iOSDFULibrary": [
26     ]
27   }