Sha256: 7460681411c2f10ba23823e96831c0c840fc014a51c214911544171584d8f868

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gonative-cli-0.5.2 templates/plugins/ios/common/Podfile.tpl
gonative-cli-0.5.0 templates/plugins/ios/common/Podfile.tpl
gonative-cli-0.4.5 templates/plugins/ios/Podfile.tpl