[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 9 / BeaconKit / 1.0.3 / BeaconKit.podspec.json
blobe066aa3c12ddcfa042cd721d09228418cf80b0b5
2   "name": "BeaconKit",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.12"
18   },
19   "source_files": "Sources/Core/**/*.swift",
20   "pushed_with_swift_version": "3.0",
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "Tests/**/*.swift"
26     }
27   ]