[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / b / TKKeychain / 1.0.0 / TKKeychain.podspec.json
blob0de841a9b84fa3a461086b2a77d8a260c8a93f1f
2   "name": "TKKeychain",
3   "version": "1.0.0",
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   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/RANSAA/TKKeychain.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": [
19     "TKKeychain",
20     "TKKeychain/*.{h,m}"
21   ],
22   "public_header_files": "TKKeychain/*.h",
23   "frameworks": [
24     "Security",
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true