[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 5.3.0 / RealmSwift.podspec.json
blob75614ea7d7bf4e1ace851f26719ed07672474586
2   "name": "RealmSwift",
3   "version": "5.3.0",
4   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
5   "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.",
6   "homepage": "https://realm.io",
7   "source": {
8     "git": "https://github.com/realm/realm-cocoa.git",
9     "tag": "v5.3.0",
10     "submodules": true
11   },
12   "authors": {
13     "Realm": "help@realm.io"
14   },
15   "requires_arc": true,
16   "social_media_url": "https://twitter.com/realm",
17   "documentation_url": "https://realm.io/docs/swift/5.3.0",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "dependencies": {
23     "Realm": [
24       "= 5.3.0"
25     ]
26   },
27   "source_files": "RealmSwift/*.swift",
28   "exclude_files": "RealmSwift/Nonsync.swift",
29   "prepare_command": "sh build.sh cocoapods-setup swift",
30   "preserve_paths": [
31     "build.sh"
32   ],
33   "pod_target_xcconfig": {
34     "APPLICATION_EXTENSION_API_ONLY": "YES"
35   },
36   "platforms": {
37     "ios": "9.0",
38     "osx": "10.9",
39     "watchos": "2.0",
40     "tvos": "9.0"
41   }