Sha256: 70a32b9a0e8596c70e03e3f7e9e2a9d76afed731ffee7bb91ae6e54f73c98d13

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

Pod::Spec.new do |s|
  s.name         = 'Project'
  s.version      = '1.0.0'
  s.summary      =  'Project is an example project used by the TripAdvisor build automation'
  s.homepage     =  'http://github.com/GateGuru/trip_advisor'
  s.author       =  { 'Blake Watters' => 'bwatters@tripadvisor.com' }
  s.source       =  { :git => '$GIT_URL', :tag => "v#{s.version}" }
  s.license      =  'Commercial'

  s.source_files = 'Code/**/*.{h,m}'

  # Platform setup
  s.requires_arc          = true
  s.platform     = :ios
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trip_advisor-0.0.21 spec/fixtures/project.git/Project.podspec