[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 6 / weex-bluetooth / 0.0.1 / weex-bluetooth.podspec.json
blob32996a65223d94112c8b49442504cf7e4f5b7e7c
2   "name": "weex-bluetooth",
3   "version": "0.0.1",
4   "summary": "An extremely easy-use bluetooth library for weex developers, to develop bluetooth-based applications with weex.",
5   "description": "An extremely easy-use bluetooth library for weex developers, to develop bluetooth-based applications with weex.",
6   "homepage": "https://github.com/lixing123/weex-bluetooth",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "lixing123": "shangwangwanwan@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/lixing123/weex-bluetooth.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/iOS/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "CoreBluetooth",
24   "dependencies": {
25     "WeexSDK": [
26       "~> 0.10.0"
27     ]
28   }