blob: 17bd50d53f44a9b777d353d7f3920940b69bca13 [file] [log] [blame]
{
"name": "KeyValueObservation",
"version": "1.0.2",
"summary": "A small KVO helper library",
"description": "A small KVO helper library that provides a NSObject and a NSArray category for observing key value changes using blocks",
"homepage": "https://github.com/SomeRandomiOSDev/KeyValueObservation",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/KeyValueObservation.git",
"tag": "1.0.2"
},
"public_header_files": [
"KeyValueObservation/NSObject+KeyValueObservation.h",
"KeyValueObservation/NSArray+KeyValueObservation.h",
"KeyValueObservation/SRDKeyValueObservation.h",
"KeyValueObservation/SRDKeyValueObservedChange.h",
"KeyValueObservation/SRDKVOInfo.h"
],
"source_files": "KeyValueObservation/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}