templates/plugins/ios/common/Podfile.tpl in gonative-cli-0.5.6 vs templates/plugins/ios/common/Podfile.tpl in gonative-cli-0.6.0
- old
+ new
@@ -1,9 +1,9 @@
platform :ios, '10.0'
source 'https://cdn.cocoapods.org/'
source 'git@github.com:gonativeio/gonative-specs.git'
-target '{{PLUGIN_NAME}}Framework' do
+target '#{plugin_name}Framework' do
use_frameworks!
- pod '{{PLUGIN_NAME}}', path: '.'
+ pod '#{plugin_name}', path: '.'
end