Change liscense string from 'LICENCE' to '2-clause BSD'

This commit is contained in:
David Dufresne
2016-05-23 15:48:03 -04:00
parent f2f7f7bd4c
commit 7278987548

View File

@@ -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' }