[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / b / rxObservableCollectionWithObservableElement / 0.1.1 / rxObservableCollectionWithObservableElement.podspec.json
blob77fb750da12da7084fb0947d5421b85e39c95eab
2   "name": "rxObservableCollectionWithObservableElement",
3   "version": "0.1.1",
4   "summary": "An observable collection with a Notify Element.",
5   "description": "This observable collection works just likes any other providing collection changed events on insertions and deletions. Where this differs is that each element must implement the NotifyChanged protocol discussed below. This allows not only to received event's if elements are inserted but receive events for object's that implement the NotifyChanged Protocol any time a Variable is modified.",
6   "homepage": "https://github.com/izzy5455/rxObservableCollectionWithObservableElement",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ismael.a.otero@gmail.com": "ismael.otero@allscripots.com"
13   },
14   "source": {
15     "git": "https://github.com/izzy5455/rxObservableCollectionWithObservableElement.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "rxObservableCollectionWithObservableElement/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "RxCocoa": [
29     ]
30   }