[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / f / c / CHRDispatcher / 0.1.3 / CHRDispatcher.podspec.json
blob21cd52e3242fb6e3a18615c0f9e03068468419b9
2   "name": "CHRDispatcher",
3   "version": "0.1.3",
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.3"
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   ]