[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 0 / 9 / BeaconKit / 1.0.6 / BeaconKit.podspec.json
blob89cc802c961a02878f95136dd9cb5d2e67785e16
2   "name": "BeaconKit",
3   "version": "1.0.6",
4   "summary": "Beacon detection framework using CoreBluetooth",
5   "description": "This is a framework that wraps around CoreBluetooth and detects beacons of different types.\nTested to compile with Swift 3.1, 3.2 & 4.0 for iOS 9.0 & macOS 10.12\nThe currently supported types are: Eddystone-UID, Eddystone-URL, AltBeacon, iBeacon.",
6   "homepage": "https://github.com/igor-makarov/BeaconKit",
7   "license": "MIT",
8   "authors": {
9     "Igor Makarov": "igormaka@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/igor-makarov/BeaconKit.git",
13     "tag": "1.0.6"
14   },
15   "swift_version": "4.0",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12"
19   },
20   "source_files": "Sources/BeaconKit/**/*.swift",
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "Tests/BeaconKitTests/**/*.swift"
26     }
27   ]