Commit 37c15d2e by Daniel Dahan

updated license format

parent 2de67c2a
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'MK' s.name = 'MK'
s.version = '1.22.0' s.version = '1.22.0'
s.license = { :type => "AGPLv3+", :file => "LICENSE" } s.license = { :type => "AGPL-3.0", :file => "LICENSE" }
s.summary = 'A Material Design Framework In Swift' s.summary = 'A Material Design Framework In Swift'
s.homepage = 'http://materialkit.io' s.homepage = 'http://materialkit.io'
s.social_media_url = 'https://www.facebook.com/graphkit' s.social_media_url = 'https://www.facebook.com/graphkit'
...@@ -11,4 +11,3 @@ Pod::Spec.new do |s| ...@@ -11,4 +11,3 @@ Pod::Spec.new do |s|
s.source_files = 'Source/*.swift' s.source_files = 'Source/*.swift'
s.requires_arc = true s.requires_arc = true
end end
...@@ -297,7 +297,7 @@ v.animation(MaterialAnimation.animationGroup([ ...@@ -297,7 +297,7 @@ v.animation(MaterialAnimation.animationGroup([
### License ### License
[AGPLv3](http://choosealicense.com/licenses/agpl-3.0/) [AGPL-3.0](http://choosealicense.com/licenses/agpl-3.0/)
### Contributors ### Contributors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment