[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 3 / f / e / EddystoneScanner / 1.2.0 / EddystoneScanner.podspec.json
blobeeb55a2a8f83dc31f922a2eeb77c39a996c5722b
2   "name": "EddystoneScanner",
3   "version": "1.2.0",
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.0"
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   ]