[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / d / Proximity / 0.1.0 / Proximity.podspec.json
blob9d14d281022f80aecdaa9687c5b69ec86bd20f27
2   "name": "Proximity",
3   "version": "0.1.0",
4   "summary": "Detect BLE devices in the immediate vicinity.",
5   "description": "Have you ever wanted Airpods-like nearby device notifications?\n\nUsing RSSI values, Proximity detects BLE devices in the immediate vicinity. Very likely being held directly up to the BLE peripheral.",
6   "homepage": "https://github.com/fuzz-productions/Proximity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eric Kunz": "ericjkunz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fuzz-productions/Proximity.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/ericjkunz",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "source_files": "Proximity/Classes/**/*",
27   "exclude_files": "Proximity/**/*.plist",
28   "frameworks": "CoreBluetooth"