[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 4 / 1 / RealmConverter / 0.1.2 / RealmConverter.podspec.json
blob86d0ec75a55ff7e0e0315858cf4e440181abc98f
2   "name": "RealmConverter",
3   "version": "0.1.2",
4   "license": {
5     "type": "Apache",
6     "file": "LICENSE"
7   },
8   "summary": "A library that provides the ability to import/export Realm files from a variety of data container formats.",
9   "homepage": "https://realm.io",
10   "authors": "Realm",
11   "source": {
12     "git": "https://github.com/realm/realm-cocoa-converter.git",
13     "tag": "0.1.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.9"
18   },
19   "source_files": "RealmConverter/**/*.{swift,h,m,c}",
20   "dependencies": {
21     "Realm": [
23     ],
24     "PathKit": [
26     ],
27     "CSwiftV": [
29     ],
30     "TGSpreadsheetWriter": [
32     ]
33   }