blob: b958073204025903259c3c594c441669c6c10179 [file] [log] [blame]
{
"name": "ObservableArray-RxSwift",
"version": "0.0.5",
"summary": "ObservableArray is an array that can emit messages of elements and diffs on it's changing.",
"homepage": "https://github.com/safx/ObservableArray-RxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MATSUMOTO Yuji": "safxdev@gmail.com"
},
"source": {
"git": "https://github.com/safx/ObservableArray-RxSwift.git",
"tag": "0.0.5"
},
"source_files": "ObservableArray/*.swift",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"dependencies": {
"RxSwift": [
"~> 2.3.1"
]
},
"requires_arc": true
}