[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / f / 4 / KRBle / 1.2 / KRBle.podspec.json
blob1879948c811ebea73278a4d26286f1782def0861
2   "name": "KRBle",
3   "version": "1.2",
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.\n",
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"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "public_header_files": [
24     "KRBle/*.h",
25     "KRBle/*"
26   ],
27   "source_files": "KRBle/KRBle.h",
28   "frameworks": [
29     "Foundation",
30     "CoreBluetooth"
31   ]