blob: 67fe7fdde4b4c3ef1357bb68aa7b22c6e7fb24af [file] [log] [blame]
{
"name": "DDKeyPathChannel",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}