Skip to content

Commit 34e285e

Browse files
authored
Update cocoapods-binary.gemspec
1 parent cc1d78c commit 34e285e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cocoapods-binary.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
88
spec.version = CocoapodsBinary::VERSION
99
spec.authors = ['leavez']
1010
spec.email = ['[email protected]']
11-
spec.description = %q{A short description of cocoapods-binary.}
12-
spec.summary = %q{A longer description of cocoapods-binary.}
13-
spec.homepage = 'https://github.com/EXAMPLE/cocoapods-binary'
11+
spec.description = %q{integrate pods in form of prebuilt frameworks conveniently, reducing compile time}
12+
spec.summary = %q{A CocoaPods plugin to integrate pods in form of prebuilt frameworks, not source code, by adding just one flag in podfile. Speed up compiling dramatically.}
13+
spec.homepage = 'https://github.com/leavez/cocoapods-binary'
1414
spec.license = 'MIT'
1515

1616
spec.files = `git ls-files`.split($/).reject{|f| f.start_with? "test/"}
1717
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
2020

21-
spec.add_dependency "cocoapods", ">= 1.4.0", "< 2.0"
21+
spec.add_dependency "cocoapods", ">= 1.5.0", "< 2.0"
2222
spec.add_dependency "fourflusher", "~> 2.0"
2323

2424
spec.add_development_dependency 'bundler', '~> 1.3'

0 commit comments

Comments
 (0)