[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 9 / c / DP3TSDK / 1.2.1 / DP3TSDK.podspec.json
blobb870c99e33d3fbd98e7b4a20dc53908372c89f60
2   "name": "DP3TSDK",
3   "version": "1.2.1",
4   "summary": "Open protocol for COVID-19 proximity tracing using Bluetooth Low Energy on mobile devices",
5   "description": "The Decentralised Privacy-Preserving Proximity Tracing (DP-3T) project is an open protocol for COVID-19 proximity tracing using Bluetooth Low Energy functionality on mobile devices that ensures personal data and computation stays entirely on an individual's phone. It was produced by a core team of over 25 scientists and academic researchers from across Europe. It has also been scrutinized and improved by the wider community.\n\nDP-3T is a free-standing effort started at EPFL and ETHZ that produced this protocol and that is implementing it in an open-sourced app and server.",
6   "homepage": "https://github.com/DP-3T/documents",
7   "license": {
8     "type": "MPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DP^3T": "dp3t@ubique.ch"
13   },
14   "platforms": {
15     "ios": "13.5"
16   },
17   "swift_versions": "5.2",
18   "source": {
19     "git": "https://github.com/DP-3T/dp3t-sdk-ios.git",
20     "branch": "develop"
21   },
22   "source_files": [
23     "Sources/DP3TSDK",
24     "Sources/DP3TSDK/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "Sources/DP3TSDK/Exclude",
27   "dependencies": {
28     "ZIPFoundation": [
29       "~>0.9"
30     ],
31     "SwiftProtobuf": [
32       "~> 1.6"
33     ],
34     "SwiftJWT": [
35       "~> 3.5"
36     ]
37   },
38   "swift_version": "5.2"