[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 1.2.15 / EddystoneScanner.podspec.json
blob87d561479d8dccbc52e9163781ac664371aff375
2   "name": "EddystoneScanner",
3   "version": "1.2.15",
4   "swift_versions": "5.0",
5   "summary": "Eddystone scanner framework for iOS written in swift.",
6   "description": "Framework to scan for eddystone compliant beacons build on Swift for iOS.",
7   "homepage": "https://github.com/Beaconstac/EddystoneScanner-iOS-SDK",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "firecast": "amit.dp180@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Beaconstac/EddystoneScanner-iOS-SDK.git",
17     "tag": "v1.2.15"
18   },
19   "frameworks": [
20     "Foundation",
21     "CoreBluetooth"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "11.0"
26   },
27   "source_files": [
28     "EddystoneScanner/*.swift",
29     "EddystoneScanner/**/*.swift"
30   ],
31   "swift_version": "5.0"