[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 0 / 5 / DRRxObservableArray / 1.0.0 / DRRxObservableArray.podspec.json
blob6ff4ac798bf906896145bf231155152637afef3d
2   "name": "DRRxObservableArray",
3   "version": "1.0.0",
4   "summary": "Generic observable array for RxSwift",
5   "homepage": "https://github.com/darrarski/DRRxObservableArray",
6   "authors": {
7     "Dariusz Rybicki": "darrarski@gmail.com"
8   },
9   "social_media_url": "https://twitter.com/darrarski",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/darrarski/DRRxObservableArray.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "DRRxObservableArray",
23   "requires_arc": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.0"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"