[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 2 / JFObservableArray / 0.1.0 / JFObservableArray.podspec.json
blob6ac0fc790d92ce94602891b60458aeb75044f657
2   "name": "JFObservableArray",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Jamie Forrest": "jamie@jamieforrest.com"
10   },
11   "source": {
12     "git": "https://github.com/jamieforrest/JFObservableArray.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/jamieforrest",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes"