blob: 1cdf79dfb158e8cf5812ca626366135c0162cbe0 [file] [log] [blame]
{
"name": "GQURLDispatcher",
"version": "0.4.1",
"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.4.1"
},
"source_files": [
"GQURLDispatcher/*.{h,m}",
"GQURLDispatcher/**/*.{h,m}"
],
"requires_arc": true
}