[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 9 / e / f / YmsCoreBluetooth / 1.08.0 / YmsCoreBluetooth.podspec.json
blobd1ff5bef7ba0d9b0793ff9708ae7398a0a3aa2b7
2   "name": "YmsCoreBluetooth",
3   "version": "1.08.0",
4   "description": "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively.",
5   "homepage": "https://github.com/kickingvegas/YmsCoreBluetooth",
6   "summary": "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API.",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Charles Choi": "charles.choi@yummymelon.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/kickingvegas/YmsCoreBluetooth.git",
17     "tag": "1.08.0"
18   },
19   "source_files": [
20     "YmsCoreBluetooth",
21     "YmsCoreBluetooth/**/*.{h,m,c}"
22   ],
23   "public_header_files": "YmsCoreBluetooth/**/*.h",
24   "ios": {
25     "frameworks": "CoreBluetooth"
26   },
27   "osx": {
28     "frameworks": [
29       "IOBluetooth",
30       "IOBluetoothUI"
31     ]
32   },
33   "requires_arc": true