[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / 4 / RealmBrowser / 0.1.1 / RealmBrowser.podspec.json
blob1e64e69b2932ce85d0940201769913ce81e1bb3b
2   "name": "RealmBrowser",
3   "version": "0.1.1",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koji Murata": "malt.koji@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/malt03/RealmBrowser.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RealmBrowser/Classes/**/*",
22   "resource_bundles": {
23     "RealmBrowser": [
24       "RealmBrowser/Resources/*"
25     ]
26   },
27   "dependencies": {
28     "RealmSwift": [
30     ]
31   }