blob: 50986cb3fb8780a782bf86f41a2487b0b2c6547c [file] [log] [blame]
{
"name": "KeypathObserver",
"version": "1.0.0",
"summary": "Make KVO observing easier.",
"description": "KVO observing with simple syntax.",
"homepage": "https://github.com/nixzhu/KeypathObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nixzhu": "zhuhongxu@gmail.com"
},
"social_media_url": "https://twitter.com/nixzhu",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/nixzhu/KeypathObserver.git",
"tag": "1.0.0"
},
"source_files": [
"Sources/*.swift",
"KeypathObserver/KeypathObserver.h"
],
"public_header_files": [
"KeypathObserver/KeypathObserver.h"
],
"requires_arc": true
}