blob: 800c23be2228ff09bd6bee6b0a6ad32967fdc254 [file] [log] [blame]
{
"name": "RealmSwift",
"version": "0.95.2",
"summary": "Realm is a modern data framework & database for iOS & OS X.",
"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",
"homepage": "https://realm.io",
"source": {
"git": "https://github.com/realm/realm-cocoa.git",
"tag": "v0.95.2"
},
"authors": {
"Realm": "help@realm.io"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/realm",
"documentation_url": "https://realm.io/docs/swift/0.95.2",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"dependencies": {
"Realm": [
"= 0.95.2"
]
},
"source_files": "RealmSwift/*.swift",
"prepare_command": "sh build.sh cocoapods-setup without-core",
"preserve_paths": [
"build.sh"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
}
}