Sha256: 535110d77097f5b4fd19eaa6459132bac372ae69371d70b6bfd91a19bc2f0abc
Contents?: true
Size: 498 Bytes
Versions: 1
Compression:
Stored size: 498 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trip_advisor-0.0.15 | spec/fixtures/project.git/Project.podspec |