[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 1.1 / EddystoneScanner.podspec.json
blob13304e97159d8e330daca661702b38bf7d8fe7d4
2   "name": "EddystoneScanner",
3   "version": "1.1",
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": "v1.1"
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   ]