安装pod库-podfile
1. source
source "https://github.com/aliyun/aliyun-specs.git"
source "https://github.com/CocoaPods/Specs.git"2. Dependencies
2.1 pod
pod 'Objection', '0.9'2.1.1 版本控制
2.1.2 pod库source配置
2.2 target 和 abstract target
3. target configuration
3.1 platform
3.2 project
3.3 inhibit_all_warnings!
3.4 use_frameworks!
3.5 use_modular_headers!
4 Workspace
4.1 workspace
4.2 generate_bridge_support!
4.3 set_arc_compatibility_flag!
5 Hooks
5.1 plugin
5.2 pre_install
5.3 pre_integrate
5.4 post_install
5.5 post_integrate
最后更新于