[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 5.5.1 / RealmSwift.podspec.json
blob82ab6fa08c7194ff2e294969c955bd09671c407b
2   "name": "RealmSwift",
3   "version": "5.5.1",
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": "v5.5.1",
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://docs.mongodb.com/realm-legacy/docs/swift/5.5.0/",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "dependencies": {
23     "Realm": [
24       "= 5.5.1"
25     ]
26   },
27   "source_files": "RealmSwift/*.swift",
28   "exclude_files": "RealmSwift/Nonsync.swift",
29   "preserve_paths": [
30     "build.sh"
31   ],
32   "pod_target_xcconfig": {
33     "APPLICATION_EXTENSION_API_ONLY": "YES"
34   },
35   "platforms": {
36     "ios": "9.0",
37     "osx": "10.9",
38     "watchos": "2.0",
39     "tvos": "9.0"
40   }