blob: c42ac7ec322e8cc7695f40636842032642c417b6 [file] [log] [blame]
{
"name": "RealmConverter",
"version": "0.4.1",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"summary": "A library that provides the ability to import/export Realm files from a variety of data container formats.",
"homepage": "https://realm.io",
"authors": {
"Realm": "help@realm.io"
},
"source": {
"git": "https://github.com/realm/realm-cocoa-converter.git",
"tag": "0.4.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.9"
},
"source_files": "RealmConverter/**/*.{swift,h,m,c}",
"dependencies": {
"Realm": [
],
"PathKit": [
],
"CSwiftV": [
],
"SSZipArchive": [
],
"TGSpreadsheetWriter": [
]
},
"pushed_with_swift_version": "3"
}