Skip to content

Commit

Permalink
Merge pull request #1 from RobotsAndPencils/FixToAllowPublishingAstro…
Browse files Browse the repository at this point in the history
…ToPublicRepo

Switch from Git SSH to HTTPS source URL so we can publish the pod file
  • Loading branch information
Chad Sykes authored Aug 22, 2016
2 parents 29e5547 + 07d6a5f commit 736eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Astro.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
"Dominic Pepin" => "[email protected]",
"Michael Beaureguard" => "[email protected]"
}
s.source = { :git => "git@github.com:RobotsAndPencils/Astro.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/RobotsAndPencils/Astro.git", :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.platform = :ios, '8.0'
Expand Down

0 comments on commit 736eae8

Please sign in to comment.