Sha256: 3d6fa1f15953f60ccabdda176256e659108bfa2d902ca46e820d13bb35ef497f

Contents?: true

Size: 674 Bytes

Versions: 63

Compression:

Stored size: 674 Bytes

Contents

Pod::Spec.new do |s|
  s.name         = 'foo-bar'
  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

63 entries across 63 versions & 20 rubygems

Version Path
cocoapods-packager-next-2.0.1 spec/fixtures/foo-bar.podspec
cocoapods-packager-next-2.0.0 spec/fixtures/foo-bar.podspec
cocoapods-packager-tj-1.5.0 spec/fixtures/foo-bar.podspec
cocoapods-packager-test-scl-1.6.2 spec/fixtures/foo-bar.podspec
cocoapods-packager-test-scl-1.6.1 spec/fixtures/foo-bar.podspec
cocoapods-packager-test-scl-1.6.0 spec/fixtures/foo-bar.podspec
cocoapods-packager-test-scl-1.5.0 spec/fixtures/foo-bar.podspec
cocoapods-packager-clone-master-1.5.2 spec/fixtures/foo-bar.podspec
cocoapods-panglePackager-1.5.0.2 spec/fixtures/foo-bar.podspec
cocoapods-panglePackager-1.5.0.1 spec/fixtures/foo-bar.podspec
cocoapods-fanQiePackager-1.5.0.1 spec/fixtures/foo-bar.podspec
cocoapods-nepackage-0.0.2 spec/fixtures/foo-bar.podspec
cocoapods-gd-0.0.3 spec/fixtures/foo-bar.podspec
cocoapods-gd-0.0.2 spec/fixtures/foo-bar.podspec
cocoapods-gd-0.0.1 spec/fixtures/foo-bar.podspec
cocoapods-nepackage-0.0.1 spec/fixtures/foo-bar.podspec
cocoapods-packager-m-1.6.4 spec/fixtures/foo-bar.podspec
ty-cocoapods-packager-1.5.13 spec/fixtures/foo-bar.podspec
ty-cocoapods-packager-1.5.12 spec/fixtures/foo-bar.podspec
ty-cocoapods-packager-1.5.11 spec/fixtures/foo-bar.podspec