blob: 8cad7a9d51194f4a9951ce316de1891e615ed607 [file] [log] [blame]
{
"name": "AppStorage",
"version": "1.0.2",
"summary": "A drop-in replacement for the iOS 14 `@AppStorage` property wrapper.",
"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",
"homepage": "https://github.com/xavierLowmiller/AppStorage",
"screenshots": "https://github.com/xavierLowmiller/AppStorage/raw/main/Images/Example.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xavier Lowmiller": "xaver.lohmueller@me.com"
},
"social_media_url": "https://twitter.com/xavierLowmiller",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/xavierLowmiller/AppStorage.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"SwiftUI",
"Combine"
],
"swift_version": "5.2"
}