Commit 7f2fdc0a authored by Fabio Pelosin's avatar Fabio Pelosin

Merge branch 'master' into feature-frameworks-bundles

* master:
  [Command::Spec] Revert template license to MIT (Example)

Conflicts:
	Gemfile.lock
parents e5388f68 5e0f3566
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: fe6962d6fc0d5379d1bf8e5769cefb3683adb529 revision: 36822bfe5704c3375d59db3c2678192ba4fc483a
branch: feature-frameworks-bundles branch: feature-frameworks-bundles
specs: specs:
cocoapods-core (0.22.3) cocoapods-core (0.22.3)
...@@ -17,7 +17,7 @@ GIT ...@@ -17,7 +17,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 465fd0a975fae85cc621ada84f89cc24f01748ef revision: 229f761a0b56ad9397d33016b05277871eaebe25
branch: master branch: master
specs: specs:
xcodeproj (0.8.1) xcodeproj (0.8.1)
......
...@@ -477,7 +477,7 @@ Pod::Spec.new do |s| ...@@ -477,7 +477,7 @@ Pod::Spec.new do |s|
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'. # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
# #
s.license = 'MIT' s.license = 'MIT (example)'
# s.license = { :type => 'MIT', :file => 'FILE_LICENSE' } # s.license = { :type => 'MIT', :file => 'FILE_LICENSE' }
......
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