blob: 952887d869e6d69732ede4f24e6dfde9988a8d94 [file] [log] [blame]
{
"name": "KVOHelper",
"version": "1.0.0",
"summary": "Make ios Key-Value Observing programming easier.",
"homepage": "https://github.com/zhangchiqing/KVOHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangchiqing": "zhangchiqing@gmail.com"
},
"source": {
"git": "https://github.com/zhangchiqing/KVOHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "KVOHelper.{h,m}",
"public_header_files": "KVOHelper.h",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}