Adding MIT license to Podspec

This commit is contained in:
Jeff Potter 2015-04-03 22:23:39 -06:00
parent 9108d01ddb
commit fe8f0cc360
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "A UITextField Validation library for Swift"
s.homepage = "https://github.com/jpotts18/swift-validator"
s.screenshots = "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif"
s.license = { :type => "Apache 2.0", :file => "LICENCE.txt" }
s.license = { :type => "MIT", :file => "LICENCE.txt" }
s.author = { "Jeff" => "jeff.potter6@gmail.com" }
s.social_media_url = "http://twitter.com/jpotts18"
s.platform = :ios