[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 3 / 2 / ReactiveRealm / 0.1.0 / ReactiveRealm.podspec.json
blobea51b9781722314ef039986075b06b7c252e6766
2   "name": "ReactiveRealm",
3   "version": "0.1.0",
4   "summary": "Realm + RxSwift = A Good Time",
5   "description": "Realm is great and all but making it conform to Observables brings a whole new dimension to your UI.",
6   "homepage": "https://github.com/neoplastic/ReactiveRealm",
7   "license": "MIT",
8   "authors": {
9     "David Wong": "neoplastic@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/neoplastic/ReactiveRealm.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/danvari",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ReactiveRealm": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "RealmSwift": [
28       "~> 0.98.6"
29     ],
30     "RxSwift": [
31       "~> 2.3"
32     ]
33   }