blob: e1c21f6bfb9989b69cf8dbbdff26b3f1ed6579b7 [file] [log] [blame]
{
"name": "WRPDFModel",
"version": "0.0.2",
"summary": "解析并获取PDF模型.",
"description": "解析PDF数据,并将解析的数据作为模型",
"homepage": "https://github.com/GodFighter/WRPDFModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GodFighter": "{xianghui_ios@163.com}"
},
"source": {
"git": "https://github.com/GodFighter/WRPDFModel.git",
"tag": "0.0.2"
},
"social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "WRPDFModel/Classes/Model/*.swift",
"subspecs": [
{
"name": "ContentParser",
"source_files": "WRPDFModel/Classes/Model/ContentParser/**/*"
}
],
"swift_version": "5.0"
}