4 "summary": "An easy way to use the Key-Value Observing (KVO) pattern with blocks and selectors.",
5 "homepage": "https://github.com/RomainLo/KISObserver",
8 "git": "https://github.com/RomainLo/KISObserver.git",
12 "Romain Lofaso": "romain.lofaso@gmail.com"
19 "source_files": "Classes/**/*.{h,m}",
20 "private_header_files": "Classes/*Observation*.h",
21 "public_header_files": [
22 "Classes/KISObserver.h",
23 "Classes/NSObject+KISObserver.h",
24 "Classes/KISNotification.h"