Sha256: 9be9e3dee09e79f62021602b51409e305aedece5564440f77546abeb23ba2a92

Contents?: true

Size: 213 Bytes

Versions: 8

Compression:

Stored size: 213 Bytes

Contents

platform :ios, '10.0'

source 'https://cdn.cocoapods.org/'
source 'https://github.com/gonativeio/gonative-specs'


target '{{PLUGIN_NAME}}Framework' do
    use_frameworks!
    pod '{{PLUGIN_NAME}}', path: '.'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gonative-cli-0.4.4 templates/plugins/ios/Podfile.tpl
gonative-cli-0.4.3 templates/plugins/ios/Podfile.tpl
gonative-cli-0.4.2 templates/plugins/ios/Podfile.tpl
gonative-cli-0.4.1 templates/plugins/ios/Podfile.tpl
gonative-cli-0.4.0 templates/plugins/ios/Podfile.tpl
gonative-cli-0.3.1 templates/plugins/ios/Podfile.tpl
gonative-cli-0.3.0 templates/plugins/ios/Podfile.tpl
gonative-cli-0.1.0 templates/plugins/ios/Podfile.tpl