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",
8 "git": "https://github.com/realm/realm-cocoa.git",
13 "Realm": "help@realm.io"
16 "social_media_url": "https://twitter.com/realm",
17 "documentation_url": "https://realm.io/docs/swift/10.1.3",
27 "source_files": "RealmSwift/*.swift",
28 "exclude_files": "RealmSwift/Nonsync.swift",
29 "prepare_command": "sh build.sh cocoapods-setup swift",
33 "pod_target_xcconfig": {
34 "APPLICATION_EXTENSION_API_ONLY": "YES"