Skip to content

Update podspec to 0.1.0 for release#153

Merged
msmollin merged 2 commits intomasterfrom
podspecUpdate
Jan 30, 2017
Merged

Update podspec to 0.1.0 for release#153
msmollin merged 2 commits intomasterfrom
podspecUpdate

Conversation

@msmollin
Copy link
Copy Markdown
Member

Ideally given how the podspec dependencies are defined we shouldn't have to alter this podspec further as we update the beta releases of the underlying frameworks.

Comment thread ios-sdk.podspec
s.social_media_url = 'https://twitter.com/mapzen'
s.documentation_url = 'https://mapzen.com/documentation/ios/'
s.source = { :git => 'https://github.com/mapzen/ios.git', :branch => 'master' }
s.source = { :git => 'https://github.com/mapzen/ios.git', :tag => "v#{s.version}" }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to manually push the tag v0.1.0 to this repo after this merges, correct?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I was doing some reading and it seems like if you tag on the branch and do a merge commit it is fine, but tags don't really live in branches so it's weird.

@msmollin msmollin merged commit 3edd36b into master Jan 30, 2017
@msmollin msmollin deleted the podspecUpdate branch January 30, 2017 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants