Sha256: 93b3fdb1ff93c68792912550a61081ca4173dbf5ba6a2f3d7d2922551056dbb8

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 Bytes

Contents

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

inhibit_all_warnings!

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/objc_project/xcode/Podfile.tt
fwtoolkit-2.0.6 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.0.5 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.0.4 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.0.3 templates/objc_project/xcode/Podfile.tt
fwtoolkit-2.0.2 templates/objc_project/xcode/Podfile.tt