[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 10.8.0-beta.0 / RealmSwift.podspec.json
blob428e24020049131b2c4892b8cc0f9893601afffe
2   "name": "RealmSwift",
3   "version": "10.8.0-beta.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.8.0-beta.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   "dependencies": {
22     "Realm": [
23       "= 10.8.0-beta.0"
24     ]
25   },
26   "source_files": "RealmSwift/*.swift",
27   "exclude_files": "RealmSwift/Nonsync.swift",
28   "preserve_paths": [
29     "build.sh"
30   ],
31   "pod_target_xcconfig": {
32     "APPLICATION_EXTENSION_API_ONLY": "YES"
33   },
34   "platforms": {
35     "ios": "9.0",
36     "osx": "10.9",
37     "watchos": "2.0",
38     "tvos": "9.0"
39   }