[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / e / f / XCRealm / 10.39.1 / XCRealm.podspec.json
blobdc717382b39b8af973edf0c88138d4e400024f30
2   "name": "XCRealm",
3   "version": "10.39.1",
4   "cocoapods_version": ">= 1.10",
5   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
6   "description": "The Realm Database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nRealm is a fast, easy-to-use replacement for Core Data & SQLite. Use it with Atlas Device Sync for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://www.mongodb.com/docs/realm/sdk/swift/.",
7   "homepage": "https://realm.io",
8   "source": {
9     "git": "https://github.com/beMappy/Realm.git",
10     "tag": "10.39.1"
11   },
12   "authors": {
13     "Realm": "realm-help@mongodb.com"
14   },
15   "libraries": [
16     "c++",
17     "z",
18     "compression"
19   ],
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/realm",
22   "documentation_url": "https://docs.mongodb.com/realm/sdk/swift",
23   "license": {
24     "type": "Apache 2.0",
25     "file": "LICENSE"
26   },
27   "frameworks": "Security",
28   "vendored_frameworks": "Realm.xcframework",
29   "platforms": {
30     "ios": "9.0",
31     "osx": "10.9"
32   }