blob: 110575898bbd5ad958bebb489817f48dbf5f6c32 [file] [log] [blame]
{
"name": "AIObservable",
"version": "0.1.1",
"summary": "Observer pattern implementation in Objective-C",
"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",
"homepage": "https://github.com/aleph7/AIObservable",
"license": "Apache License, Version 2.0",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"social_media_url": "http://twitter.com/aleph7",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/aleph7/AIObservable.git",
"tag": "0.1.1"
},
"source_files": [
"AIObservable.{h,m}",
"NSInvocation+AIConstructors.{h,m}"
],
"requires_arc": true
}