[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / d / f / AIObservable / 0.1.1 / AIObservable.podspec.json
blob110575898bbd5ad958bebb489817f48dbf5f6c32
2   "name": "AIObservable",
3   "version": "0.1.1",
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",
8   "authors": {
9     "Alejandro Isaza": "al@isaza.ca"
10   },
11   "social_media_url": "http://twitter.com/aleph7",
12   "platforms": {
13     "ios": "6.0",
14     "osx": "10.8"
15   },
16   "source": {
17     "git": "https://github.com/aleph7/AIObservable.git",
18     "tag": "0.1.1"
19   },
20   "source_files": [
21     "AIObservable.{h,m}",
22     "NSInvocation+AIConstructors.{h,m}"
23   ],
24   "requires_arc": true