[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 1.2.2 / EddystoneScanner.podspec.json
blob92e241ae6168dc700d147c83b945da8dda051a0b
2   "name": "EddystoneScanner",
3   "version": "1.2.2",
4   "swift_version": "4.2",
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.2"
18   },
19   "frameworks": [
20     "Foundation",
21     "CoreBluetooth"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": [
28     "EddystoneScanner/*.swift",
29     "EddystoneScanner/**/*.swift"
30   ]