[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 0.92.1 / RealmSwift.podspec.json
blob0b090d1044f9c9a78d851d31a13c56e7146fcff6
2   "name": "RealmSwift",
3   "version": "0.92.1\n",
4   "summary": "Realm is a modern data framework & database for iOS & OS X.",
5   "description": "                              The Realm database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\n                              Realm is a mobile database: a replacement for Core Data & SQLite. You can use it on iOS & OS X. Realm is not an ORM on top SQLite: instead it uses its own persistence engine, built for simplicity (& speed). Learn more and get help at https://realm.io\n",
6   "homepage": "https://realm.io",
7   "source": {
8     "git": "https://github.com/realm/realm-cocoa.git",
9     "tag": "v0.92.1"
10   },
11   "authors": {
12     "Realm": "help@realm.io"
13   },
14   "requires_arc": true,
15   "social_media_url": "https://twitter.com/realm",
16   "documentation_url": "https://realm.io/docs/swift/0.92.1",
17   "license": {
18     "type": "Apache 2.0",
19     "file": "LICENSE"
20   },
21   "dependencies": {
22     "Realm": [
23       "= 0.92.1"
24     ]
25   },
26   "source_files": "RealmSwift/*.swift",
27   "preserve_paths": [
28     "build.sh"
29   ],
30   "platforms": {
31     "ios": "8.0",
32     "osx": "10.9"
33   }