blob: 60afdf6377d99a1695d1c53d69d8e1c7ccd050ba [file] [log] [blame]
{
"name": "GQURLDispatcher",
"version": "0.3",
"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.3"
},
"source_files": "GQURLDispatcher/SourceCode/*.{h,m}",
"requires_arc": true
}