blob: c2e7dbdc142eefe4176bafe52acb97bb7352fa83 [file] [log] [blame]
{
"name": "YSRouter",
"version": "0.0.1",
"summary": "自己YY的组件路由器,简单实现功能,供参考交流",
"homepage": "https://github.com/yuansirios/YSRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuansirios": "yuansir_ios@163.com"
},
"source": {
"git": "https://github.com/yuansirios/YSRouter.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YSRouter/Classes/**/*",
"requires_arc": true,
"exclude_files": "YSRouter/Classes/NSObject+YSRouter.{h,m}",
"subspecs": [
{
"name": "no-arc",
"source_files": "YSRouter/Classes/NSObject+YSRouter.{h,m}",
"requires_arc": false
}
]
}