Sha256: 44968f0290c1019b3565af7bf76f7dfede3078b91ba90e9d9fe16d04809c1367

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

project '<%= File.join(config[:project_name], "#{config[:project_name]}.xcodeproj")%>'
platform :ios, '<%= config[:target_platform]%>'

inhibit_all_warnings!
use_frameworks!

target '<%= config[:target_name]%>' do
  pod 'AFNetworking'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fwtoolkit-2.0.7 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.0.6 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.0.5 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.0.4 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.0.3 templates/swift_project/xcode/Podfile.tt
fwtoolkit-2.0.2 templates/swift_project/xcode/Podfile.tt