[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 6 / 4 / GQURLDispatcher / 0.4.3 / GQURLDispatcher.podspec.json
blob732d2d5ede98e433cc2e20b929a2dd9450da0991
2   "name": "GQURLDispatcher",
3   "version": "0.4.3",
4   "summary": "A simple and flexible dispatch action framework based URL for iOS",
5   "description": "                   GQURLDispatcher是一个简单且灵活的,基于URL的动作分发框架。通过URL和正则表达式来进行响应者Responer的匹配及调用,响应者Responer通常是View Controller的操作或者某个特定的方法,但不限于此。\n",
6   "homepage": "https://github.com/gonefish/GQURLDispatcher",
7   "license": "MIT",
8   "authors": {
9     "Q.GuoQiang": "gonefish@gmail.com"
10   },
11   "social_media_url": "https://github.com/gonefish",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/gonefish/GQURLDispatcher.git",
17     "tag": "0.4.3"
18   },
19   "source_files": "GQURLDispatcher/*.{h,m}",
20   "requires_arc": true