cocoapods-nepackager.gemspec in cocoapods-nepackage-0.0.1 vs cocoapods-nepackager.gemspec in cocoapods-nepackage-0.0.2
- old
+ new
@@ -4,10 +4,10 @@
require 'cocoapods_nepackager.rb'
Gem::Specification.new do |spec|
spec.name = 'cocoapods-nepackage'
spec.version = Pod::NEPackager::VERSION
- spec.authors = ['Kyle Fuller', 'Boris Bügling']
+ spec.authors = ['chenchaobang']
spec.summary = 'CocoaPods plugin which allows you to generate a framework or static library from a podspec. XDF customization'
spec.homepage = 'https://github.com/CocoaPods/cocoapods-packager'
spec.license = 'MIT'
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }