Skip to content

Commit

Permalink
Correct podspec license type and location (uber#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe authored and artman committed Nov 6, 2017
1 parent 6947b90 commit 17d641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIBs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
RIBs is the cross-platform architecture behind many mobile apps at Uber. This architecture framework is designed for mobile apps with a large number of engineers and nested states.
DESC
s.homepage = 'https://github.com/uber/RIBs'
s.license = { :type => 'MIT', :file => '../LICENSE.txt' }
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.author = { 'uber' => '[email protected]' }
s.source = { :git => 'https://github.com/uber/RIBs.git', :tag => 'v' + s.version.to_s }
s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 17d641b

Please sign in to comment.