Sha256: a9830e2251c29edecdbac08546492821931d870f1999a19a96357a55cd041873
Contents?: true
Size: 748 Bytes
Versions: 7
Compression:
Stored size: 748 Bytes
Contents
Pod::Spec.new do |s| s.name = 'Builder' s.version = '0.0.1' s.summary = 'Yo' s.homepage = 'https://github.com/CocoaPods/cocoapods-packager' s.license = {:type => 'MIT'} s.authors = { 'Boris Bügling' => 'http://buegling.com' } s.source = { :git => 'https://github.com/CocoaPods/cocoapods-packager.git', :tag => s.version.to_s } s.libraries = 'xml2' s.requires_arc = true s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' } s.ios.frameworks = 'Foundation' s.ios.deployment_target = '8.0' s.osx.frameworks = 'AppKit' s.osx.requires_arc = false s.osx.xcconfig = { 'CFLAGS' => '-I.' } end
Version data entries
7 entries across 7 versions & 1 rubygems