Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podspec iOS version to 9.1 #61

Merged
merged 2 commits into from
Oct 17, 2017
Merged

Conversation

jdev7
Copy link
Contributor

@jdev7 jdev7 commented Oct 12, 2017

Updated podspec iOS version to 9.1, which is the current deployment target of the xcodeproject.
When installing from Cocoapods in other projects, it was compiled for iOS 5, so the library has many warnings due to unavailable methods being used in earlier versions.

Since the Xcode project is already set to iOS 9.1, this is indeed a very small change.

@vtourraine vtourraine changed the title feat: updated podspec iOS version to 9.1 Update podspec iOS version to 9.1 Oct 17, 2017
@vtourraine
Copy link
Owner

Hi! Thanks for the pull request. You’re right that there’s a disconnection between the project deployment target and the podspec minimum version, but I still want to keep supporting older iOS versions as much as possible. So I’ll set the deployment target to 8.0, which is the minimum version supported by the latest version of Xcode.

If someone needs to support earlier iOS versions, please checkout an earlier version of VTAcknowledgementsViewController.

@vtourraine vtourraine merged commit b4956de into vtourraine:master Oct 17, 2017
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.

2 participants