[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 0.4 / EddystoneScanner.podspec.json
bloba7365b12575a18b485cdfe4d5a05983aac3293aa
2   "name": "EddystoneScanner",
3   "version": "0.4",
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.4"
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"