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

Feature - Prepping 3.0.1 Release #33

Merged
merged 5 commits into from
Apr 10, 2018
Merged

Conversation

cnoon
Copy link
Member

@cnoon cnoon commented Apr 10, 2018

This PR updates the project for Xcode 9.3 and fixes up a toll-free bridging issue with NSNumber with Float and Double types.

s.summary = 'Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.'
s.homepage = 'https://github.com/Nike-Inc/Elevate'
s.license = 'MIT'
s.authors = { 'Eric Appel' => 'eric.appel@nike.com', 'Christian Noon' => 'christian.noon@nike.com' }

s.source = { :git => 'https://github.com/Nike-Inc/Elevate.git', :tag => s.version }
s.source_files = 'Source/*.swift'
s.swift_version = '4.0'
Copy link

Choose a reason for hiding this comment

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

4.1?

Copy link
Member Author

Choose a reason for hiding this comment

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

Should be 4.0 compatible. The NSNumber changes just make the code do what it should have done previously.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, just verified all these changes work properly on Xcode 9.2.

@cnoon cnoon force-pushed the feature/prepping-3.0.1-release branch from 9ec6866 to 96417f0 Compare April 10, 2018 16:23
@cnoon cnoon merged commit 65d7722 into master Apr 10, 2018
@cnoon cnoon deleted the feature/prepping-3.0.1-release branch April 10, 2018 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants