[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / c / 4 / RealmBrowser / 0.1.4 / RealmBrowser.podspec.json
blobe697203fc4c4e30af34be4765d47d0167ca32f9b
2   "name": "RealmBrowser",
3   "version": "0.1.4",
4   "summary": "RealmBrowser is a Realm browser and editor on ios applications.",
5   "description": "If you are using RealmSwift, you can browse and edit Realm database on this pod.",
6   "homepage": "https://github.com/malt03/RealmBrowser",
7   "screenshots": "https://raw.githubusercontent.com/malt03/DebugMenuRealmBrowser/master/Screenshot.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Koji Murata": "malt.koji@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/malt03/RealmBrowser.git",
17     "tag": "0.1.4"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RealmBrowser/Classes/**/*",
23   "resource_bundles": {
24     "RealmBrowser": [
25       "RealmBrowser/Resources/*"
26     ]
27   },
28   "dependencies": {
29     "RealmSwift": [
31     ]
32   }