blob: cbc934e864bd07e15ad4ab2cbd61d37dca664cef [file] [log] [blame]
{
"name": "YJSafeKVO",
"version": "2.1.3",
"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": "2.1.3"
},
"social_media_url": "http://weibo.com/u/5736413097",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "YJSafeKVO/Classes/**/*",
"public_header_files": "YJSafeKVO/Classes/**/*.h"
}