blob: 23065cf2678dc0af843df860bcb820de8746737c [file] [log] [blame]
{
"name": "RealmSwift",
"version": "4.1.1",
"summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
"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.",
"homepage": "https://realm.io",
"source": {
"git": "https://github.com/realm/realm-cocoa.git",
"tag": "v4.1.1",
"submodules": true
},
"authors": {
"Realm": "help@realm.io"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/realm",
"documentation_url": "https://realm.io/docs/swift/4.1.1",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"dependencies": {
"Realm": [
"= 4.1.1"
]
},
"source_files": "RealmSwift/*.swift",
"exclude_files": "RealmSwift/Nonsync.swift",
"prepare_command": "sh build.sh cocoapods-setup swift",
"preserve_paths": [
"build.sh"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}