We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c0595 commit b64af55Copy full SHA for b64af55
Perform.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Perform"
3
- s.version = "1.0.0"
+ s.version = %x(git describe --tags --abbrev=0).chomp
4
s.summary = "Easy dependency injection for storyboard segues."
5
6
s.homepage = "https://github.com/thoughtbot/Perform"
0 commit comments