[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / b / ZYDeviceId / 1.0.0 / ZYDeviceId.podspec.json
blob265fee97e848f6d078c6509f17239757790b819b
2   "name": "ZYDeviceId",
3   "version": "1.0.0",
4   "summary": "A deviceID solution .",
5   "description": "Use Userdefault and keychain to cache deviceId",
6   "homepage": "https://github.com/fengzeyan/ZYDeviceId",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RiotParticipants": "fengzeyan2011@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fengzeyan/ZYDeviceId.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZYDeviceId/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "KeychainAccess": [
25       "~> 4.2.1"
26     ]
27   }