[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 5 / RealmSwift / 0.98.4 / RealmSwift.podspec.json
blobbf2a833131b08d346b97e013149b6c31b2039df9
2   "name": "RealmSwift",
3   "version": "0.98.4",
4   "summary": "Realm is a modern data framework & database for iOS & OS X.",
5   "description": "The Realm database, for Swift. (If you want to use Realm from Objective-C, see the “Realm” pod.)\n\nRealm is a mobile database: a replacement for Core Data & SQLite. You can use it on iOS & OS X. Realm is not an ORM on top SQLite: instead it uses its own persistence engine, built for simplicity (& speed). 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": "v0.98.4"
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/0.98.4",
17   "license": {
18     "type": "Apache 2.0",
19     "file": "LICENSE"
20   },
21   "dependencies": {
22     "Realm": [
23       "= 0.98.4"
24     ]
25   },
26   "source_files": "RealmSwift/*.swift",
27   "prepare_command": "sh build.sh cocoapods-setup swift",
28   "preserve_paths": [
29     "build.sh"
30   ],
31   "pod_target_xcconfig": {
32     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
33     "APPLICATION_EXTENSION_API_ONLY": "YES"
34   },
35   "platforms": {
36     "ios": "8.0",
37     "osx": "10.9",
38     "watchos": "2.0",
39     "tvos": "9.0"
40   }