[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / 0 / YSRouter / 0.0.1 / YSRouter.podspec.json
blobc2e7dbdc142eefe4176bafe52acb97bb7352fa83
2   "name": "YSRouter",
3   "version": "0.0.1",
4   "summary": "自己YY的组件路由器,简单实现功能,供参考交流",
5   "homepage": "https://github.com/yuansirios/YSRouter",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yuansirios": "yuansir_ios@163.com"
12   },
13   "source": {
14     "git": "https://github.com/yuansirios/YSRouter.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "YSRouter/Classes/**/*",
21   "requires_arc": true,
22   "exclude_files": "YSRouter/Classes/NSObject+YSRouter.{h,m}",
23   "subspecs": [
24     {
25       "name": "no-arc",
26       "source_files": "YSRouter/Classes/NSObject+YSRouter.{h,m}",
27       "requires_arc": false
28     }
29   ]