[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / e / IDmeWebVerify / 4.0.1 / IDmeWebVerify.podspec.json
blobf371ebe9538d144f51f6fb881f300a066a9fd21c
2   "name": "IDmeWebVerify",
3   "version": "4.0.1",
4   "summary": "An iOS library that allows you to verify a user's group affiliation status using ID.me's platform.",
5   "homepage": "https://github.com/IDme/ID.me-WebVerify-SDK-iOS",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "source": {
10     "git": "https://github.com/IDme/ID.me-WebVerify-SDK-iOS.git",
11     "tag": "4.0.1"
12   },
13   "source_files": [
14     "Source/*{.h,.m}"
15   ],
16   "requires_arc": true,
17   "authors": {
18     "Arthur Ariel Sabintsev": "arthur@sabintsev.com",
19     "ID.me": "devops@id.me"
20   },
21   "license": "MIT",
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   },
28   "dependencies": {
29     "SAMKeychain": [
30       "~> 1.5"
31     ]
32   }