pod ipc
其实就是各种格式文件之间的互相转换工具。
更新search_index.json
文件,并打印出它的路径。
示例:
把指定的.podspec
文件转换成JSON格式,并打印到标准输出中。
示例:
pod ipc spec AFNetworkingLogger.podspec
pod ipc spec AFNetworkingLogger.podspec >> AFNetworkingLogger.json
把指定的Podfile
文件转换成YML格式,并打印到标准输出中。
示例:
pod ipc podfile ~/Desktop/iOSTest/Podfile
pod ipc podfile ~/Desktop/iOSTest/Podfile >> Podfile.yml
把指定的Podfile
文件转换成JSON格式,并打印到标准输出中。
示例:
pod ipc podfile ~/Desktop/iOSTest/Podfile
pod ipc podfile ~/Desktop/iOSTest/Podfile >> Podfile.json