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-2019.03.19.11 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2019.02.11.19 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2019.01.26.16 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2019.01.16.18 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.12.08.00 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.12.02.17 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.11.13.19 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.10.31.23 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.10.13.14 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.10.12.20 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.09.18.17 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.09.11.01 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.08.29.00 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.07.04.16 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.05.17.19 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.05.15.11 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.05.08.12 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.05.03.12 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.05.03.10 cocoapods-fix-react-native.gemspec
cocoapods-fix-react-native-2018.04.28.09 cocoapods-fix-react-native.gemspec