[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 6 / 4 / GQURLDispatcher / 0.2 / GQURLDispatcher.podspec.json
blob06d6906a6c6dc7362b9cba9f1246a923522cf49e
2   "name": "GQURLDispatcher",
3   "version": "0.2",
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.2"
18   },
19   "source_files": "GQURLDispatcher/SourceCode/*.{h,m}",
20   "requires_arc": true