[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / 3 / ZXYKeyChainManager / 1.0 / ZXYKeyChainManager.podspec.json
blob47532a528841ec9148d32d1bc432d9aa35b92da7
2   "name": "ZXYKeyChainManager",
3   "version": "1.0",
4   "summary": "ZXYKeyChain is a convenient tool class for operationing keychain",
5   "description": "ZXYKeyChain是操作keychain的一个工具类,非常方便的实现往钥匙链中存储等操作,其中提供了增删改查的方法。在KeychainWrapper的基础上做了封装,用了一个单例类ZXYUserManager来对Keychain操作。",
6   "homepage": "https://github.com/zhouxiangyu666666/ZXYKeyChainManager",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "zhouxiangyu": "1242347457@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhouxiangyu666666/ZXYKeyChainManager.git",
16     "tag": "1.0"
17   },
18   "vendored_frameworks": "ZXYKeyChain.framework",
19   "frameworks": [
20     "Security",
21     "Foundation"
22   ],
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   }