CocoaPod 私有库Spec编辑注意事项
CocoaPod 私有库Spec依赖.a写法
PodSpec详细描述如下,
1 |
|
库校验
1 |
|
使用
使用tag或者使用分支,通常使用tag,因为tag代表功能的完整性。如果使用分支,随后在分支上继续开发,然后再次update依赖时,可能会出现新开发的内容未验证就被更新了或者不兼容的情况
1 |
|
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true