[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 3.11.2 / RealmSwift.podspec.json
blob5365dcc5a530ac28d9557b190e559547fd9c16c3
2   "name": "RealmSwift",
3   "version": "3.11.2",
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": "v3.11.2",
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/3.11.2",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "dependencies": {
23     "Realm": [
24       "= 3.11.2"
25     ]
26   },
27   "source_files": "RealmSwift/*.swift",
28   "prepare_command": "sh build.sh cocoapods-setup swift",
29   "preserve_paths": [
30     "build.sh"
31   ],
32   "pod_target_xcconfig": {
33     "APPLICATION_EXTENSION_API_ONLY": "YES"
34   },
35   "platforms": {
36     "ios": "8.0",
37     "osx": "10.9",
38     "watchos": "2.0",
39     "tvos": "9.0"
40   }