Sha256: 75f470bee0d9d8925711bf3dd3d125f678d0daccec4d719ce3d739390d52ae6b

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

#
# Be sure to run `pod spec lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about the attributes see http://docs.cocoapods.org/specification.html
#
Pod::Spec.new do |s|
  s.name         = "static-lib"
  s.version      = "0.0.1"
  s.summary      = "A short description of static-lib."
  s.description  = <<-DESC
                    An optional longer description of static-lib

                    * Markdown format.
                    * Don't worry about the indent, we strip it!
                   DESC
  s.homepage     = "http://EXAMPLE/NAME"
  s.license      = 'MIT'
  s.author       = { "Stewart Gleadow" => "sgleadow@gmail.com" }
  s.source       = { :git => "git@github.com:sgleadow/xcbootstrap.git", :tag => s.version.to_s }

  s.platform     = :ios, '6.0'
  s.ios.deployment_target = '6.0'
  s.requires_arc = true

  s.source_files = 'lib/src/**/*.{h,m}'
  # s.frameworks = 'SomeFramework', 'AnotherFramework'
  s.dependency 'ObjectiveSugar'
end

Version data entries

4 entries across 4 versions & 1 rubygems

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