Sha256: 60eb5ed9d421fb949f8a0a1a8a16a3022f061f5e35c2fe9fb01311f4faa90be1

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

platform :ios, '6.0'

workspace 'static-lib'
xcodeproj 'lib/static-lib.xcodeproj'
link_with 'static-lib'

pod 'ObjectiveSugar'

target :test, :exclusive => true do
  link_with 'unit-tests'
  
  pod 'Kiwi'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xcbootstrap-0.1.0 templates/static-lib/Podfile
xcbootstrap-0.0.3 templates/static-lib/Podfile
xcbootstrap-0.0.2 templates/static-lib/Podfile
xcbootstrap-0.0.1 templates/static-lib/Podfile