[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 3 / 2 / ReactiveRealm / 0.1.2 / ReactiveRealm.podspec.json
blobee1c42fcb6c07f9c9e17235be4b75949a111d58b
2   "name": "ReactiveRealm",
3   "version": "0.1.2",
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.2"
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   "dependencies": {
22     "RealmSwift": [
23       "~> 1.0.0"
24     ],
25     "RxSwift": [
26       "~> 2.5.0"
27     ]
28   }