blob: 9c3051b94362df042568ef6a54d3e76f69f2d8ac [file] [log] [blame]
{
"name": "DDKeyPathChannel",
"version": "0.0.1",
"summary": "Synchronize data between different object of different class by keyPath.",
"description": "Synchronize data between different object of different class by keyPath.",
"homepage": "https://github.com/djs66256/DDKeyPathChannel",
"license": "MIT",
"authors": {
"Daniel": "djs66256@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/djs66256/DDKeyPathChannel.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}