blob: c0675f083507258fad15696b43451afd0057d9d9 [file] [log] [blame]
{
"name": "YJSafeKVO",
"version": "1.0.5",
"summary": "A simple and safe key value observing pattern for Cocoa programming.",
"description": "Using YJSafeKVO is a simple, better way for implementing key value observing.",
"homepage": "https://github.com/huang-kun/YJSafeKVO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huang-kun": "jack-huang-developer@foxmail.com"
},
"source": {
"git": "https://github.com/huang-kun/YJSafeKVO.git",
"tag": "1.0.5"
},
"social_media_url": "http://weibo.com/u/5736413097",
"requires_arc": true,
"source_files": "YJSafeKVO/Classes/**/*",
"public_header_files": "YJSafeKVO/Classes/**/*.h",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}