[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / c / CHRDispatcher / 0.1.5 / CHRDispatcher.podspec.json
blobb838d7ab595c5c95ad557b295de795e15f6eee26
2   "name": "CHRDispatcher",
3   "version": "0.1.5",
4   "summary": "Dispatcher是统一调用(跳转)组件。",
5   "description": "Dispatcher是统一调用(跳转)组件,用于动态隐式的通讯、跳转、调用。",
6   "homepage": "https://github.com/xiaobinlzy/CHRDispatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaobinlzy": "xiaobinlzy@163.com"
13   },
14   "default_subspecs": "Binary",
15   "source": {
16     "git": "https://github.com/xiaobinlzy/CHRDispatcher.git",
17     "tag": "0.1.5"
18   },
19   "public_header_files": "CHRDispatcher/Classes/*.h",
20   "source_files": "CHRDispatcher/Classes/*.h",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "subspecs": [
28     {
29       "name": "Source",
30       "source_files": "CHRDispatcher/Classes/**",
31       "requires_arc": true
32     },
33     {
34       "name": "Binary",
35       "vendored_libraries": "libCHRDispatcher.a"
36     }
37   ]