Skip to content

Commit

Permalink
Adding MIT license to Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts18 committed Apr 4, 2015
1 parent 9108d01 commit fe8f0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift-Validator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.social_media_url = "http://twitter.com/jpotts18"
s.platform = :ios
Expand Down

0 comments on commit fe8f0cc

Please sign in to comment.