[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / b / KeychainSwiftAPI / 1.0.0 / KeychainSwiftAPI.podspec.json
blobee9b4895618e62a02ae9c5e4c90d542e5eb9dfbb
2   "name": "KeychainSwiftAPI",
3   "version": "1.0.0",
4   "summary": "Swift wrapper of iOS C Keychain Framework",
5   "description": "                        This Keychain Swift API library is a wrapper of iOS C Keychain Framework.\n                        It allows easily and securely storing sensitive data in secure keychain store\n                        in Swift projects. Interfacing with the original C keychain API is combersome from\n                        Swift, and is prone to errors which lead to security vulnerabilities. This\n                        library is written according to the best security coding practices and guidelines.\n",
6   "homepage": "https://github.com/deniskr/KeychainSwiftAPI",
7   "license": "MIT",
8   "authors": {
9     "Denis Krivitski": "denis.krivitski@checkmarx.com"
10   },
11   "source": {
12     "git": "https://github.com/deniskr/KeychainSwiftAPI.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m,swift}",
20   "resource_bundles": {
21   },
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "Security"