[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 5 / 9 / AppStorage / 1.0.0 / AppStorage.podspec.json
blob5a083cd16d934511b884e761d896bc581c3e2706
2   "name": "AppStorage",
3   "version": "1.0.0",
4   "summary": "A drop-in replacement for the iOS 14 `@AppStorage` property wrapper.",
5   "description": "- [x] 100% identical API as SwiftUI's `@AppStorage` property wrapper\n- [x] Fully compatible with iOS 13, macOS Catalina, watchOS 6, tvOS 13\n- [x] Automatically updates when the underlying `UserDefaults` changes\n- [x] Well tested",
6   "homepage": "https://github.com/xavierLowmiller/AppStorage",
7   "screenshots": "https://github.com/xavierLowmiller/AppStorage/raw/main/Images/Example.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Xavier Lowmiller": "xaver.lohmueller@me.com"
14   },
15   "social_media_url": "https://twitter.com/xavierLowmiller",
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15",
19     "watchos": "6.0",
20     "tvos": "13.0"
21   },
22   "swift_versions": "5.2",
23   "source": {
24     "git": "https://github.com/xavierLowmiller/AppStorage.git",
25     "tag": "1.0.0"
26   },
27   "source_files": "Sources/**/*.swift",
28   "frameworks": [
29     "SwiftUI",
30     "Combine"
31   ],
32   "swift_version": "5.2"