Sha256: 33de1188373f1443de6d9e693f3d7a1fac01dbce4586b7c0cdbcbe9b575449c2

Contents?: true

Size: 924 Bytes

Versions: 38

Compression:

Stored size: 924 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-fix-react-native'
  spec.version       = Time.now.strftime("%Y.%m.%d.%H")
  spec.authors       = ['Orta Therox']
  spec.email         = ['orta.therox@gmail.com']
  spec.description   = "CocoaPods plugin which automates hot-patching React Native"
  spec.summary       = "CocoaPods plugin which automates hot-patching React Native"
  spec.homepage      = 'https://github.com/orta/cocoapods-fix-react-native'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
cocoapods-fix-react-native-2018.04.26.08 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.19.12 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.18.06 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.17.13 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.12.11 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.10.11 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.09.10 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.07.18 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.07.13 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.06.21 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.06.11 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.05.17 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.03.21 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.02.00 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.01.19 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.01.16 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.01.15 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.01.11 cocoapods-fix-react-native.gemspec