Sha256: 3cd379ef855d10c12e936de377685f449205a6c60da2638f84088fdefb45c76a

Contents?: true

Size: 679 Bytes

Versions: 22

Compression:

Stored size: 679 Bytes

Contents

Pod::Spec.new do |s|
  s.name         = 'LocalNikeKit'
  s.version      = '0.0.1'
  s.summary      = 'Objective-C implementation of the Nike+ API.'
  s.homepage     = 'https://github.com/neonichu/NikeKit'
  s.license      = {:type => 'MIT', :file => 'LICENSE'}
  s.authors      = { 'Boris Bügling' => 'http://buegling.com' }
  s.source       = { :git => 'https://github.com/neonichu/NikeKit.git', :tag => s.version.to_s }
  s.platform     = :ios, '8.0'
  
  s.public_header_files = '*.h'
  s.source_files = '*.{h,m}'
  s.frameworks = 'Foundation'
  s.requires_arc = true

  s.dependency 'AFNetworking'
  s.dependency 'ISO8601DateFormatter'
  s.dependency 'KZPropertyMapper'
end

Version data entries

22 entries across 22 versions & 11 rubygems

Version Path
cocoapods-packager-boco-1.5.3 spec/fixtures/LocalSources/LocalNikeKit.podspec
cocoapods-packager-boco-1.5.2 spec/fixtures/LocalSources/LocalNikeKit.podspec