[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / c / CHRDispatcher / 0.2.1 / CHRDispatcher.podspec.json
blob9254f6d0b3305223307f2f2e2666c6f2dba37f78
2   "name": "CHRDispatcher",
3   "version": "0.2.1",
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.2.1"
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   ]