2 "name": "AIObservable",
4 "summary": "Observer pattern implementation in Objective-C",
5 "description": " AIObservable is an implementation of the observer pattern in\n Objective-C. It handles a set of observers and dispatches\n notifications, handling the case where observers are added or\n removed in the notification callback. For more information see\n the [blog post](http://a-coding.com/observer-pattern-in-objective-c/).\n",
6 "homepage": "https://github.com/aleph7/AIObservable",
7 "license": "Apache License, Version 2.0",
9 "Alejandro Isaza": "al@isaza.ca"
11 "social_media_url": "http://twitter.com/aleph7",
17 "git": "https://github.com/aleph7/AIObservable.git",
22 "NSInvocation+AIConstructors.{h,m}"