blob: 06d6906a6c6dc7362b9cba9f1246a923522cf49e [file] [log] [blame]
{
"name": "GQURLDispatcher",
"version": "0.2",
"summary": "A simple and flexible dispatch action framework based URL for iOS",
"description": " GQURLDispatcher是一个简单且灵活的,基于URL的动作分发框架。通过URL和正则表达式来进行响应者Responer的匹配及调用,响应者Responer通常是View Controller的操作或者某个特定的方法,但不限于此。\n",
"homepage": "https://github.com/gonefish/GQURLDispatcher",
"license": "MIT",
"authors": {
"Q.GuoQiang": "gonefish@gmail.com"
},
"social_media_url": "https://github.com/gonefish",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gonefish/GQURLDispatcher.git",
"tag": "0.2"
},
"source_files": "GQURLDispatcher/SourceCode/*.{h,m}",
"requires_arc": true
}