blob: cda02f24258621a43a873648a38769bf43c76ea0 [file] [log] [blame]
{
"name": "WRPDFReader",
"version": "0.0.2",
"summary": "PDF阅读器",
"description": "PDF阅读器,包括展示目录列表,搜索页面等功能.",
"homepage": "https://github.com/GodFighter/WRPDFReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GodFighter": "{xianghui_ios@163.com}"
},
"source": {
"git": "https://github.com/GodFighter/WRPDFReader.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"dependencies": {
"WRPDFModel": [
"~> 0.0.2"
],
"WRTextKit": [
"~> 1.3.8"
]
},
"subspecs": [
{
"name": "Config",
"source_files": "WRPDFReader/Classes/Config/*.swift"
}
],
"swift_version": "5.0"
}