blob: 801518e610b6282bc0951da6b22f3f8610482f30 [file] [log] [blame]
{
"name": "RealmSwift",
"version": "0.92.4\n",
"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\n Realm 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\n",
"homepage": "https://realm.io",
"source": {
"git": "https://github.com/realm/realm-cocoa.git",
"tag": "v0.92.4"
},
"authors": {
"Realm": "help@realm.io"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/realm",
"documentation_url": "https://realm.io/docs/swift/0.92.4",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"dependencies": {
"Realm": [
"= 0.92.4"
]
},
"source_files": "RealmSwift/*.swift",
"preserve_paths": [
"build.sh"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}