2 "name": "JFObservableArray",
4 "summary": "JFObservableArray is a KVO-compliant array wrapper that informs observers of changes to the array's underlying structure.",
5 "description": " `NSMutableArray` is not KVO-compliant, meaning that you cannot observe changes to the underlying structure of the array. `JFObservableArray` adds KVO-compliance to `NSMutableArray`, informing clients of inserted, replaced, and removed objects in the array. This is useful, for example, in cases where you might need to bind a view in the UI to a list of objects (e.g., `UITableView`).\n",
6 "homepage": "https://github.com/jamieforrest/JFObservableArray",
9 "Jamie Forrest": "jamie@jamieforrest.com"
12 "git": "https://github.com/jamieforrest/JFObservableArray.git",
15 "social_media_url": "https://twitter.com/jamieforrest",
20 "source_files": "Pod/Classes"