blob: cb581ca16dde490d3f4950ff959408a7b542029e [file] [log] [blame]
{
"name": "DFCourier",
"version": "2.0.0",
"summary": "Subclass of NSProxy that forwards messages complies with rule tables.",
"description": "DFCourier controls message forwarding by customized rule tables, and make it easy to compose rules by supporting method chaining and bulk editing.",
"homepage": "https://github.com/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": "2.0.0"
},
"frameworks": "Foundation",
"source_files": "DFCourier/**/*.{h,m}",
"requires_arc": true
}