[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / 4 / f / VinliBluetooth / 1.1.4.4 / VinliBluetooth.podspec.json
blob4c0f74327a67425d3156d48b92db01b6b47d22d8
2   "name": "VinliBluetooth",
3   "version": "1.1.4.4",
4   "summary": "Framework for accessing Vinli devices via Bluetooth.",
5   "description": "Framework for accessing Vinli devices via BLE connection",
6   "homepage": "https://github.com/vinli/ios-bt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Wells": "andrew@vin.li"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/vinli/ios-bt.git",
19     "tag": "v1.1.4.4"
20   },
21   "source_files": "VinliBluetooth/**/*.{h,m}",
22   "resource_bundles": {
23     "VinliBluetooth": [
24       "VinliBluetooth/**/*.{storyboard,json,xcassets,otf}"
25     ]
26   },
27   "dependencies": {
28     "VinliNet": [
30     ]
31   },
32   "frameworks": "CoreBluetooth",
33   "requires_arc": true