platform :ios, '10.0' source 'https://cdn.cocoapods.org/' source 'git@github.com:gonativeio/gonative-specs.git' target '{{PLUGIN_NAME}}Framework' do use_frameworks! pod '{{PLUGIN_NAME}}', path: '.' end