[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / b / 7 / 9 / BTKit / 0.0.8 / BTKit.podspec.json
blob45fc2f0551380c13487555890c55b451cae811e5
2   "name": "BTKit",
3   "version": "0.0.8",
4   "summary": "Hardcoded bluetooth devices API",
5   "description": "Use to scan for bluetooth devices. Very limited set of devices is available.",
6   "homepage": "https://github.com/rinat-enikeev/BTKit",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rinat Enikeev": "rinat.enikeev@gmail.com"
13   },
14   "social_media_url": "http://facebook.com/enikeev",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/rinat-enikeev/BTKit.git",
21     "tag": "0.0.8"
22   },
23   "source_files": "BTKit/Source/**/*.{swift,h}",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Devices",
28       "source_files": "BTKit/Source/Devices/**/*.{swift,h}"
29     },
30     {
31       "name": "Scanner",
32       "source_files": "BTKit/Source/Scanner/**/*.{swift,h}",
33       "dependencies": {
34         "BTKit/Devices": [
36         ]
37       }
38     },
39     {
40       "name": "Ruuvi",
41       "source_files": "BTKit/Source/Vendor/Ruuvi/**/*.{swift,h}",
42       "dependencies": {
43         "BTKit/Devices": [
45         ],
46         "BTKit/Scanner": [
48         ]
49       }
50     }
51   ]