blob: 6ac0fc790d92ce94602891b60458aeb75044f657 [file] [log] [blame]
{
"name": "JFObservableArray",
"version": "0.1.0",
"summary": "JFObservableArray is a KVO-compliant array wrapper that informs observers of changes to the array's underlying structure.",
"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",
"homepage": "https://github.com/jamieforrest/JFObservableArray",
"license": "MIT",
"authors": {
"Jamie Forrest": "jamie@jamieforrest.com"
},
"source": {
"git": "https://github.com/jamieforrest/JFObservableArray.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jamieforrest",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}