blob: 4401b8e3413cfad388d7dc4a026891402e185d14 [file] [log] [blame]
{
"name": "RealmConverter",
"version": "0.2.0",
"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": "help@realm.io"
},
"source": {
"git": "https://github.com/realm/realm-cocoa-converter.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.9"
},
"source_files": "RealmConverter/**/*.{swift,h,m,c}",
"dependencies": {
"Realm": [
],
"PathKit": [
"~> 0.6.0"
],
"CSwiftV": [
],
"TGSpreadsheetWriter": [
]
}
}