blob: f16f89d7369c037924e974035956ab3b0f8d45a2 [file] [log] [blame]
{
"name": "TotalObserver",
"version": "0.1.0",
"summary": "Simplified Objective-C blocks API for NSNotifications and KVO.",
"description": "A simplified Objective-C API for using NSNotifications and KVO with consistent terminology and useful convenience features.\nUses blocks exclusively, but unlike NSNotification's blocks API, allows removal using matching parameters instead of requiring storage of an observation object. Supports autoremoval when either observer or observee is deallocated.\nExtensible to other styles of observers, an included example is a wrapper for UIControl event actions.\nSwift and OS X support to come.",
"homepage": "https://github.com/jpmhouston/TotalObserver",
"license": "MIT",
"authors": {
"Pierre Houston": "jpmhouston@gmail.com"
},
"source": {
"git": "https://github.com/jpmhouston/TotalObserver.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}