[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / b / 5 / 6 / weex-bluetooth / 0.0.2 / weex-bluetooth.podspec.json
blobff3f6a8580c03522e4f00a7fda216f8e0d3c4d90
2   "name": "weex-bluetooth",
3   "version": "0.0.2",
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.2"
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   }