[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 6 / f / 4 / KRBle / 1.2.1 / KRBle.podspec.json
blob75d01f7f5edb69a07e21cffe6c3adeab59097830
2   "name": "KRBle",
3   "version": "1.2.1",
4   "summary": "Achieved BLE with Central and Peripheral modules in BT4.0.",
5   "description": "KRBle implements the Bluetooth Low Engery (BLE) and simulate SPP transfer big data ( ex : image / 2,000 words ), central and peripheral can exchange the big data to each other, summarized, you could easy use this project to build your BLE applications.",
6   "homepage": "https://github.com/Kalvar/ios-KRBle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalvar Lin": "ilovekalvar@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ilovekalvar",
15   "source": {
16     "git": "https://github.com/Kalvar/ios-KRBle.git",
17     "tag": "1.2.1"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "KRBle/**/*.h",
24   "source_files": "KRBle/**/*.{h,m}",
25   "frameworks": [
26     "Foundation",
27     "CoreBluetooth"
28   ]