blob: 86d0ec75a55ff7e0e0315858cf4e440181abc98f [file] [log] [blame]
{
"name": "RealmConverter",
"version": "0.1.2",
"license": {
"type": "Apache",
"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",
"source": {
"git": "https://github.com/realm/realm-cocoa-converter.git",
"tag": "0.1.2"
},
"requires_arc": true,
"platforms": {
"osx": "10.9"
},
"source_files": "RealmConverter/**/*.{swift,h,m,c}",
"dependencies": {
"Realm": [
],
"PathKit": [
],
"CSwiftV": [
],
"TGSpreadsheetWriter": [
]
}
}