blob: 02c56f8fe7a2eb761fb6b2b02f0813be8d5a9177 [file] [log] [blame]
{
"name": "TotalObserver",
"version": "0.1.1",
"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 manual removal without requiring storage of an observation object. Supports automatic removal 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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}