blob: 226e17f200c2e231b34bb174a4eacda897952b48 [file] [log] [blame]
{
"name": "DFCourier",
"version": "1.0.5",
"summary": "A message sending proxy switcher.",
"description": "By implementing DFCourierDelegate protocol, there is an easy way to assign whose method signature will be used and which object the method will be forwarded to for each selector.\nDFCourier will ask its delegate for proxy options after receiving a method call.",
"homepage": "https://bitbucket.org/fangqiuming/dfcourier",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"fangqiuming": "fangqiuming@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fangqiuming/DFCourier.git",
"tag": "1.0.5"
},
"frameworks": "Foundation",
"source_files": "DFCourier/**/*.{h,m}",
"requires_arc": true
}