iOS/Configuration/Podspecs/Realm.podspec.json
Zac West 8fa149abc3
Update dependencies (#1946)
## Summary
- Updates Firebase, Realm, Sentry, SwiftFormat, SwiftLint, Eureka, Sodium.
- Updates MaterialDesignIcons to 6.5.95. Fixes #1933.
- Updates Fastlane which now supports App Store Connect API keys for things like dSYM downloading.
2021-11-29 18:48:49 -08:00

32 lines
1.1 KiB
JSON

{
"name": "RealmSwift",
"version": "10.20.0",
"summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
"description": "The Realm Mobile Database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\nThe Realm Mobile Database is a fast, easy-to-use replacement for Core Data & SQLite. Use it with the Realm Mobile Platform for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://realm.io.",
"homepage": "https://realm.io",
"source": {
"http": "https://static.realm.io/downloads/swift/realm-swift-10.20.0.zip"
},
"authors": {
"Realm": "help@realm.io"
},
"license": {
"type": "Apache 2.0",
"file": "realm-swift-10.20.0/LICENSE"
},
"preserve_paths": [
"realm-swift-10.20.0/13.1",
"realm-swift-10.20.0/LICENSE"
],
"vendored_frameworks": [
"realm-swift-10.20.0/13.1/RealmSwift.xcframework",
"realm-swift-10.20.0/13.1/Realm.xcframework"
],
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}