[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 0 / d / b / TKKeychain / 1.0.1 / TKKeychain.podspec.json
blobbf8a101778c3f65ea8fd92a8843ee5019ecb911d
2   "name": "TKKeychain",
3   "version": "1.0.1",
4   "summary": "TKKeychain 钥匙串操作工具",
5   "description": "钥匙串简单的封装,实现增,删,该,查。以及模拟获取设备UDID",
6   "homepage": "https://github.com/RANSAA/TKKeychain",
7   "license": "MIT",
8   "authors": {
9     "sayaDev": "1352892108@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/RANSAA/TKKeychain.git",
13     "tag": "v1.0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": [
20     "TKKeychain",
21     "TKKeychain/*.{h,m}"
22   ],
23   "public_header_files": "TKKeychain/*.h",
24   "resource_bundles": {
25     "TKKeychain": [
26       "TKKeychain/PrivacyInfo.xcprivacy"
27     ]
28   },
29   "frameworks": [
30     "Security",
31     "Foundation",
32     "UIKit"
33   ]