[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / d / SwiftyKeychainKit / 1.0.0-beta.1 / SwiftyKeychainKit.podspec.json
blob7ef96d9d198939f28a20199a3349238745158ad9
2   "name": "SwiftyKeychainKit",
3   "version": "1.0.0-beta.1",
4   "summary": "SwiftyKeychainKit is a simple Swift wrapper for Keychain Services API with the benefits of static typing.",
5   "description": "SwiftyKeychainKit is a simple Swift wrapper for Keychain Services API with the benefits of static typing. \nDefine your keys in one place, use value types easily, and get extra safety and convenient compile-time checks for free.\n\nFeatures:\n- Static typing and compile-time checks\n- Swift 5 compatible",
6   "homepage": "https://github.com/andriyslyusar/SwiftyKeychainKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Andriy Slyusar",
12   "social_media_url": "https://twitter.com/andriyslyusar",
13   "platforms": {
14     "ios": "12.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/andriyslyusar/SwiftyKeychainKit.git",
19     "tag": "1.0.0-beta.1"
20   },
21   "source_files": "Sources/*.swift",
22   "swift_version": "5.0"