[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / d / SwiftKeychainWrapper / 4.0.1 / SwiftKeychainWrapper.podspec.json
blobfdbe7d578e82a6362ab9d7e9ddf193382a262316
2   "name": "SwiftKeychainWrapper",
3   "version": "4.0.1",
4   "summary": "Wrapper for the iOS Keychain written in Swift.",
5   "description": "A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to UserDefaults. Supports Access Groups. Written in Swift.'",
6   "module_name": "SwiftKeychainWrapper",
7   "homepage": "https://github.com/jrendel/SwiftKeychainWrapper",
8   "license": "MIT",
9   "authors": {
10     "Jason Rendel": "jason@jasonrendel.com"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "tvos": "11.0"
15   },
16   "swift_versions": [
17     "4.2",
18     "5.0"
19   ],
20   "source": {
21     "git": "https://github.com/jrendel/SwiftKeychainWrapper.git",
22     "tag": "4.0.1"
23   },
24   "source_files": "SwiftKeychainWrapper/*.{h,swift}",
25   "swift_version": "5.0"