[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 10.27.0 / RealmSwift.podspec.json
blobbf194c961bcdd4207f42ae86bea5811b529305c2
2   "name": "RealmSwift",
3   "version": "10.27.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 MongoDB Realm Sync 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-swift.git",
9     "tag": "v10.27.0"
10   },
11   "authors": {
12     "Realm": "realm-help@mongodb.com"
13   },
14   "requires_arc": true,
15   "social_media_url": "https://twitter.com/realm",
16   "documentation_url": "https://docs.mongodb.com/realm/sdk/swift",
17   "license": {
18     "type": "Apache 2.0",
19     "file": "LICENSE"
20   },
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.9",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "preserve_paths": [
28     "build.sh"
29   ],
30   "weak_frameworks": "SwiftUI",
31   "dependencies": {
32     "Realm": [
33       "= 10.27.0"
34     ]
35   },
36   "source_files": [
37     "RealmSwift/*.swift",
38     "RealmSwift/Impl/*.swift"
39   ],
40   "exclude_files": "RealmSwift/Nonsync.swift",
41   "pod_target_xcconfig": {
42     "APPLICATION_EXTENSION_API_ONLY": "YES"
43   }