mirror of
https://github.com/zhigang1992/SwiftParsec.git
synced 2026-04-29 09:45:57 +08:00
Change liscense string from 'LICENCE' to '2-clause BSD'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftParsec'
|
||||
s.version = '1.1'
|
||||
s.license = 'LICENSE'
|
||||
s.license = '2-clause BSD'
|
||||
s.summary = 'SwiftParsec is a Swift port of the Parsec parser combinator library.'
|
||||
s.homepage = 'https://github.com/davedufresne/SwiftParsec'
|
||||
s.authors = { 'David Dufresne' => 'https://github.com/davedufresne' }
|
||||
|
||||
Reference in New Issue
Block a user