Skip to content

Commit

Permalink
StandardCyborgFusion: updates podspec for new version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thompson committed Jul 17, 2019
1 parent c46572a commit 00e37c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandardCyborgFusion/StandardCyborgFusion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.documentation_url = 'https://standardcyborg.com/docs/cocoa-api'
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { 'Standard Cyborg' => '[email protected]' }
s.source = { :http => "https://github.com/StandardCyborg/StandardCyborgCocoa/releases/download/v#{s.version}/StandardCyborgFusion.framework.zip" }
s.source = { :http => "https://github.com/StandardCyborg/StandardCyborgCocoa/releases/download/v#{s.version}-StandardCyborgFusion/StandardCyborgFusion.framework.zip" }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.ios.vendored_frameworks = 'StandardCyborgFusion.framework'
Expand Down

0 comments on commit 00e37c7

Please sign in to comment.