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