templates/build/ios/Podfile.tpl in gonative-cli-1.4.3 vs templates/build/ios/Podfile.tpl in gonative-cli-1.4.4

- old
+ new

@@ -1,8 +1,8 @@ platform :ios, '#{deployment_target}' source 'https://cdn.cocoapods.org/' -source 'https://github.com/gonativeio/gonative-specs.git' +source 'git@github.com:gonativeio/gonative-specs.git' target '#{plugin_name}' do use_frameworks! #{plugin_dependencies}