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