How can I install realm cocoa converter for quick to project application

can someone help me install a new realm cocoa converter for csv files. How to add it to your project? I downloaded it from GitHub here:

https://github.com/realm/realm-cocoa-converter

+4
source share
2 answers

I am the creator of Realm Cocoa Converter. :)

Currently, the converter only works for OS X applications, as it was designed to integrate into the Realm browser. Therefore, if you plan to integrate it into iOS applications, it is not yet configured for this. We are looking at adding iOS support to it as soon as we can, but at the moment we are very busy with some other things.

, OS X, , CocoaPods .

+5

CocoaPods :

pod 'RealmConverter'

, 0.1.2 ​​ CocoaPods - ​​ 0.1.1, .

:

-> RealmConverter (0.1.1)
   A library that provides the ability to import/export Realm files from a
   variety of data container formats.
   pod 'RealmConverter', '~> 0.1.1'
   - Homepage: https://realm.io
   - Source:   https://github.com/realm/realm-cocoa-converter.git
   - Versions: 0.1.1, 0.1 [master repo]
+1

All Articles