[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 0.9 / EddystoneScanner.podspec.json
blobdcc521302b2c729ab7cbfebc5be0030a41832d82
2   "name": "EddystoneScanner",
3   "version": "0.9",
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.9"
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   ]