Skip to content

Commit

Permalink
Fix LICENSE reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w authored Feb 21, 2019
1 parent 12f50c4 commit c2eda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aplazame-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.version = "0.4.1"
spec.summary = "Integrate Aplazame SDK into your iOS app"
spec.homepage = "https://github.com/Aplazame/ios-sdk"
spec.license = { :type => "BSD-3-Clause", :file => "LICENSE.txt" }
spec.license = { :type => "BSD-3-Clause", :file => "LICENSE" }
spec.source = { :git => "https://github.com/Aplazame/ios-sdk.git", :tag => spec.version }
spec.platform = :ios, "9.0"
spec.ios.deployment_target = "9.0"
Expand Down

0 comments on commit c2eda62

Please sign in to comment.