[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / 6 / weex-bluetooth / 0.0.3 / weex-bluetooth.podspec.json
blob87ae0a6b1f16c9188a9f64dd72e2517c862e0e54
2   "name": "weex-bluetooth",
3   "version": "0.0.3",
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.3"
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"
27     ]
28   }