blob: cbae77f330099ef240014a575fd216f051f7704e [file] [log] [blame]
{
"name": "STXMessageProxy",
"version": "0.1.1",
"summary": "A proxy to control the distribution of the message delivery of the objc based on the message forwarding mechanism.",
"description": "STXMessageProxy is an abstract tool which can help you to change the ordinary method calling behavior to the one of the following behavior:\nBroadcasting & Interception. This tool can be helpful when you'd like to keep mutiple members to be informed from one source (delegate), or\noverride certain behavior of the original one without changing the source code by just intercepting the call.",
"homepage": "https://github.com/SteinX/STXMessageProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SteinX": "steinxia@gmail.com"
},
"source": {
"git": "https://github.com/SteinX/STXMessageProxy.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "STXMessageProxy/Classes/**/*.{h,m}",
"private_header_files": "STXMessageProxy/Classes/Private/**/*.h"
}