From fe8f0cc36058bf8c03cfb0cf58851f9a3bcf383a Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Fri, 3 Apr 2015 22:23:39 -0600 Subject: [PATCH] Adding MIT license to Podspec --- Swift-Validator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift-Validator.podspec b/Swift-Validator.podspec index 688678b..e5fb248 100644 --- a/Swift-Validator.podspec +++ b/Swift-Validator.podspec @@ -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