[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 10.12.0 / RealmSwift.podspec.json
blob77d9eb8827812be7994cef1a1cc9e924bf9c34ff
2   "name": "RealmSwift",
3   "version": "10.12.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": "v10.12.0"
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/latest",
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.12.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   }