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",
8 "git": "https://github.com/realm/realm-cocoa.git",
12 "Realm": "help@realm.io"
15 "social_media_url": "https://twitter.com/realm",
16 "documentation_url": "https://realm.io/docs/swift/0.98.4",
26 "source_files": "RealmSwift/*.swift",
27 "prepare_command": "sh build.sh cocoapods-setup swift",
31 "pod_target_xcconfig": {
32 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
33 "APPLICATION_EXTENSION_API_ONLY": "YES"