Closed beribas closed 7 years ago
This will add missing podspec support.
Example: <pod id="MyPod" podspec="https://path.to.podspec"> will add an entry to podfile: pod 'MyPod', :podspec => 'https://path.to.podspec'
<pod id="MyPod" podspec="https://path.to.podspec">
pod 'MyPod', :podspec => 'https://path.to.podspec'
This will add missing podspec support.
Example:
<pod id="MyPod" podspec="https://path.to.podspec">
will add an entry to podfile:pod 'MyPod', :podspec => 'https://path.to.podspec'