blob: f51c47b6d2b2a62024a0c393e93724d409aff849 [file] [log] [blame]
{
"name": "RealmConverter",
"version": "0.3.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.3.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.9"
},
"source_files": "RealmConverter/**/*.{swift,h,m,c}",
"dependencies": {
"Realm": [
],
"PathKit": [
"~> 0.6.0"
],
"CSwiftV": [
],
"SSZipArchive": [
"~> 1.6.2"
],
"TGSpreadsheetWriter": [
]
},
"pushed_with_swift_version": "2.3"
}