[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 9 / 4 / Authenticator / 0.0.3 / Authenticator.podspec.json
blob9145b23850583ee6fd48008fbc80980c8f42389d
2   "name": "Authenticator",
3   "version": "0.0.3",
4   "summary": "FaceID,TouchID的验证",
5   "description": "FaceID,TouchID的验证的工具类",
6   "homepage": "https://github.com/LqDeveloper/Authenticator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quan Li": "1083099465@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "default_subspecs": "Core",
20   "cocoapods_version": ">= 1.4.0",
21   "source": {
22     "git": "https://github.com/LqDeveloper/Authenticator.git",
23     "tag": "0.0.3"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Authenticator/Core/**/*.swift",
29       "frameworks": "Foundation"
30     },
31     {
32       "name": "RxSwift",
33       "source_files": "Authenticator/RxSwiftExtensions/**/*.swift",
34       "dependencies": {
35         "Authenticator/Core": [
37         ],
38         "RxSwift": [
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.0"