blob: b76b157a406222bac032b4c975bcb00695b0aa42 [file] [log] [blame]
{
"name": "KISObserver",
"version": "1.0.0",
"summary": "A Keep-It-Simple implementation of the KVO with blocks and selectors.",
"homepage": "https://github.com/RomainLo/KISObserver",
"license": "MIT",
"source": {
"git": "https://github.com/RomainLo/KISObserver.git",
"tag": "1.0.0"
},
"authors": {
"Romain Lofaso": "romain.lofaso@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"private_header_files": "Classes/*Observation*.h",
"public_header_files": [
"Classes/KISObserver.h",
"Classes/NSObject+KISObserver.h",
"Classes/KISNotification.h"
]
}