[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / e / FidoUafClientiOS / 1.0.0 / FidoUafClientiOS.podspec.json
blob9e817ac7b0cd146069de28d5496ab7637385db17
2   "name": "FidoUafClientiOS",
3   "version": "1.0.0",
4   "summary": "A FIDO UAF Client for iOS.",
5   "description": "A FIDO Client for iOS which implements the UAF specification.",
6   "homepage": "https://github.com/teamhanko/fidouafclientiOS",
7   "license": "Apache License, Version 2.0",
8   "authors": "Hanko GmbH",
9   "platforms": {
10     "ios": "10.0"
11   },
12   "source": {
13     "git": "https://github.com/teamhanko/fidouafclientiOS.git",
14     "tag": "1.0.0"
15   },
16   "swift_versions": "4.2",
17   "source_files": "FidoUafClientiOS/**/*.{h,m,swift}",
18   "resource_bundles": {
19     "io_hanko_fidouafclientios": [
20       "FidoUafClientiOS/**/*.{strings}"
21     ]
22   },
23   "public_header_files": "FidoUafClientiOS/**/*.h",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "swift_version": "4.2"