blob: 0f7f6582a7f7f41768a278f2090061ab3ad67833 [file] [log] [blame]
{
"name": "KeyValueObservation",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/KeyValueObservation.git",
"tag": "1.0.0"
},
"public_header_files": [
"KeyValueObservation/Classes/NSObject+KeyValueObservation.h",
"KeyValueObservation/Classes/NSArray+KeyValueObservation.h",
"KeyValueObservation/Classes/SRDKeyValueObservation.h",
"KeyValueObservation/Classes/SRDKeyValueObservedChange.h"
],
"source_files": "KeyValueObservation/Classes/**/*",
"frameworks": "Foundation",
"requires_arc": true
}